]> granicus.if.org Git - clang/commitdiff
Make this test suitable for optimized builds by avoiding the name.
authorEric Christopher <echristo@apple.com>
Fri, 17 Jun 2011 05:24:17 +0000 (05:24 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 17 Jun 2011 05:24:17 +0000 (05:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133238 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/arm-asm-variable.c

index a47356a6d698024442c496ef2d0ab7b3fa01d912..2cd60972f61126b9c46fec174c3f514bf7d62f5d 100644 (file)
@@ -20,7 +20,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* %tmp)
+  // CHECK: %0 = call %0 asm sideeffect "ldrexd$0, $1, [$2]", "={r1},={r2},r,~{memory}"(i64*
 
   return r;
 }