diff options
author | Blaine Garst <blaine@apple.com> | 2010-02-23 22:59:01 +0000 |
---|---|---|
committer | Blaine Garst <blaine@apple.com> | 2010-02-23 22:59:01 +0000 |
commit | 573e59de571c381522ff244680b4167a42f18bf6 (patch) | |
tree | cc5515cdd13d780d9328df95e68b6d08394fe55c | |
parent | 11e8ce7380856abee188b237c2600272df2ed09d (diff) |
fix buildbot failure on windows by slightly trimming test output to ignore temporary name
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96998 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/blocksignature.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/blocksignature.c b/test/CodeGen/blocksignature.c index 141693f9e4..6ed8750e9b 100644 --- a/test/CodeGen/blocksignature.c +++ b/test/CodeGen/blocksignature.c @@ -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 |