]> granicus.if.org Git - clang/commitdiff
Fix test on Release builds.
authorEli Friedman <eli.friedman@gmail.com>
Wed, 4 Jan 2012 23:41:09 +0000 (23:41 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 4 Jan 2012 23:41:09 +0000 (23:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147565 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/const-init.cpp

index 6fabfc762efcce6b6ad0d93aa6295db82dc87bec..1cfcdba22f898eb4e9cb22be4a1f3602ef6606f8 100644 (file)
@@ -67,5 +67,5 @@ __int128_t PR11705 = (__int128_t)&PR11705;
 void UnfoldableAddrLabelDiff() { static __int128_t x = (long)&&a-(long)&&b; a:b:return;}
 
 // But make sure we do fold this.
-// CHECK: @_ZZ21FoldableAddrLabelDiffvE1x = internal global i64 sub (i64 ptrtoint (i8* blockaddress(@_Z21FoldableAddrLabelDiffv, %a)
+// CHECK: @_ZZ21FoldableAddrLabelDiffvE1x = internal global i64 sub (i64 ptrtoint (i8* blockaddress(@_Z21FoldableAddrLabelDiffv
 void FoldableAddrLabelDiff() { static long x = (long)&&a-(long)&&b; a:b:return;}