summaryrefslogtreecommitdiff
path: root/test/FrontendC/asm-reg-var-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/asm-reg-var-local.c')
-rw-r--r--test/FrontendC/asm-reg-var-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/asm-reg-var-local.c b/test/FrontendC/asm-reg-var-local.c
index 821dbafbd9..b908be52c4 100644
--- a/test/FrontendC/asm-reg-var-local.c
+++ b/test/FrontendC/asm-reg-var-local.c
@@ -11,7 +11,7 @@ int foo() {
asm volatile("; %0 This asm defines rsi" : "=r"(a));
// CHECK: %1 = call i32 asm sideeffect "; $0 This asm defines rsi", "={rsi}
-// CHECK: store i32 %asmtmp, i32* %a
+// CHECK: store i32 %1, i32* %a
a = 42;
// CHECK: store i32 42, i32* %a, align 4