aboutsummaryrefslogtreecommitdiffstats
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)
downloadexternal_llvm-7d977a3e80455013541f704b94944d9090e96e06.zip
external_llvm-7d977a3e80455013541f704b94944d9090e96e06.tar.gz
external_llvm-7d977a3e80455013541f704b94944d9090e96e06.tar.bz2
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.cpp (renamed from test/FrontendC++/msasm.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/FrontendC++/msasm.cpp b/test/FrontendC++/alignstack.cpp
index d8d1f37..5438d6c 100644
--- a/test/FrontendC++/msasm.cpp
+++ b/test/FrontendC++/alignstack.cpp
@@ -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:
}