summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-03-06 19:14:53 +0000
committerChad Rosier <mcrosier@apple.com>2012-03-06 19:14:53 +0000
commit9f86af897458b3b44e26b9e06a857f626f71a692 (patch)
tree1372230249589d342610de3e752bda157b934a8f /test/CodeGen
parent6e2cdfd1c1e1522b5e9e0518ab5540a73e9d05cc (diff)
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152134 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/noinline.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/noinline.c b/test/CodeGen/noinline.c
index 18d34e1600..37e6c72f09 100644
--- a/test/CodeGen/noinline.c
+++ b/test/CodeGen/noinline.c
@@ -11,4 +11,3 @@ void foo() {
// NOINLINE: dont_inline_me
pa[0] = dont_inline_me(pa[1],pa[2]);
}
-