Adjust testcases for msasm -> alignstack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84796 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/FrontendC/msasm.c b/test/FrontendC/alignstack.c
similarity index 86%
rename from test/FrontendC/msasm.c
rename to test/FrontendC/alignstack.c
index c1dfd2d..30c00ff 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 Method4()
{
// CHECK: Method4
-// CHECK: msasm
+// CHECK: alignstack
asm {
bar:
}