]> granicus.if.org Git - clang/commitdiff
fix buildbot failure on windows by slightly trimming test output to ignore temporary...
authorBlaine Garst <blaine@apple.com>
Tue, 23 Feb 2010 22:59:01 +0000 (22:59 +0000)
committerBlaine Garst <blaine@apple.com>
Tue, 23 Feb 2010 22:59:01 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96998 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/blocksignature.c

index 141693f9e4d69376aaf9217f80196cd8b0f90605..6ed8750e9b1ef8f068de5a7327a9a2f9cf328ceb 100644 (file)
@@ -4,12 +4,12 @@
 // X64: @.str = private constant [6 x i8] c"v8@?0\00" 
 // X64: @__block_literal_global = internal constant %1 { i8** @_NSConcreteGlobalBlock, i32 1342177280,
 // X64: @.str1 = private constant [12 x i8] c"i16@?0c8f12\00"
-// X64:   store i32 1073741824, i32* %block.tmp2
+// X64:   store i32 1073741824, i32*
 
 // X32: @.str = private constant [6 x i8] c"v4@?0\00" 
 // X32: @__block_literal_global = internal constant %1 { i8** @_NSConcreteGlobalBlock, i32 1342177280,
 // X32: @.str1 = private constant [11 x i8] c"i12@?0c4f8\00"
-// X32:   store i32 1073741824, i32* %block.tmp2
+// X32:   store i32 1073741824, i32*
 
 // rdar://7635294