summaryrefslogtreecommitdiff
path: root/test/FrontendC
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-10-21 23:29:12 +0000
committerDale Johannesen <dalej@apple.com>2009-10-21 23:29:12 +0000
commit7d977a3e80455013541f704b94944d9090e96e06 (patch)
treec9c91930a6f3e86a0c0132df12b86083cfd3b4e6 /test/FrontendC
parent8ba2d5befc05ca73d3bac8708819bbbe759e2cf9 (diff)
downloadllvm-7d977a3e80455013541f704b94944d9090e96e06.tar.gz
llvm-7d977a3e80455013541f704b94944d9090e96e06.tar.bz2
llvm-7d977a3e80455013541f704b94944d9090e96e06.tar.xz
Adjust testcases for msasm -> alignstack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84796 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC')
-rw-r--r--test/FrontendC/alignstack.c (renamed from test/FrontendC/msasm.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/FrontendC/msasm.c b/test/FrontendC/alignstack.c
index c1dfd2d3c6..30c00ff88e 100644
--- a/test/FrontendC/msasm.c
+++ b/test/FrontendC/alignstack.c
@@ -6,7 +6,7 @@
void Method3()
{
// CHECK: Method3
-// CHECK-NOT: msasm
+// CHECK-NOT: alignstack
asm("foo:");
// CHECK: return
}
@@ -14,7 +14,7 @@ void Method3()
void Method4()
{
// CHECK: Method4
-// CHECK: msasm
+// CHECK: alignstack
asm {
bar:
}