]> granicus.if.org Git - clang/commitdiff
Remove another variable.
authorEric Christopher <echristo@apple.com>
Fri, 17 Jun 2011 17:04:30 +0000 (17:04 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 17 Jun 2011 17:04:30 +0000 (17:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133262 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/arm-asm-variable.c

index 93df702aac3823ec6ec6fb0c598ea8aaa6b33b72..20648e4cc37560317d3f6861c0d85fb6af9bfc6a 100644 (file)
@@ -16,7 +16,7 @@ int64_t foo(int64_t v, volatile int64_t *p)
                       : [_rl] "=&r" (rl), [_rh] "=&r" (rh)             \
                       : [_p] "p" (p) : "memory");
 
-  // CHECK: %0 = call %0 asm sideeffect "ldrexd$0, $1, [$2]", "={r1},={r2},r,~{memory}"(i64*
+  // CHECK: call %0 asm sideeffect "ldrexd$0, $1, [$2]", "={r1},={r2},r,~{memory}"(i64*
 
   return r;
 }