summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2010-11-16-asmblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2010-11-16-asmblock.c')
-rw-r--r--test/FrontendC/2010-11-16-asmblock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/FrontendC/2010-11-16-asmblock.c b/test/FrontendC/2010-11-16-asmblock.c
index c264223..2d97681 100644
--- a/test/FrontendC/2010-11-16-asmblock.c
+++ b/test/FrontendC/2010-11-16-asmblock.c
@@ -5,9 +5,9 @@
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: store i32 %asmtmp, i32* %"%ecx"
+// 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 %1, i32* %"%ecx"
__asm {
sal ecx, 3;
add esi, ecx;
OpenPOWER on IntegriCloud