summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2010-11-16-asmblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC/2010-11-16-asmblock.c')
-rw-r--r--llvm/test/FrontendC/2010-11-16-asmblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/FrontendC/2010-11-16-asmblock.c b/llvm/test/FrontendC/2010-11-16-asmblock.c
index c2642235cfc..535c7654c25 100644
--- a/llvm/test/FrontendC/2010-11-16-asmblock.c
+++ b/llvm/test/FrontendC/2010-11-16-asmblock.c
@@ -5,8 +5,8 @@
void foo()
{
-// CHECK: %0 = call i32 asm sideeffect "", "={ecx}"() nounwind
-// CHECK: %asmtmp = call i32 asm sideeffect alignstack "sall $$3, $0", "={ecx},{ecx},~{dirflag},~{fpsr},~{flags},~{memory}"(i32 %0) nounwind
+// CHECK: %0 = call i32 asm sideeffect "", "={ecx}"() nounwind
+// CHECK: %1 = call i32 asm sideeffect alignstack "sall $$3, $0", "={ecx},{ecx},~{dirflag},~{fpsr},~{flags},~{memory}"(i32 %0) nounwind
// CHECK: store i32 %asmtmp, i32* %"%ecx"
__asm {
sal ecx, 3;
OpenPOWER on IntegriCloud