diff options
| author | Dan Gohman <gohman@apple.com> | 2010-01-11 17:23:56 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-01-11 17:23:56 +0000 |
| commit | 355ebc7f58e4cd92a5f568694c012d436bc7679b (patch) | |
| tree | 3c6ea97048f336b182e81b9c2a2f3f3b6283dfba /llvm | |
| parent | f6e8369a5b007cd9447944cab696fe6c6116f212 (diff) | |
| download | bcm5719-llvm-355ebc7f58e4cd92a5f568694c012d436bc7679b.tar.gz bcm5719-llvm-355ebc7f58e4cd92a5f568694c012d436bc7679b.zip | |
Make this test less trivial, to avoid spurious failures.
llvm-svn: 93156
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll b/llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll index cb1b1efae3e..a4d642b4035 100644 --- a/llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll +++ b/llvm/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll @@ -6,13 +6,13 @@ target triple = "x86_64-apple-darwin10.0" %struct.__Rec = type opaque %struct.__vv = type { } -define %struct.__vv* @t(%struct.Key* %desc) nounwind ssp { +define %struct.__vv* @t(%struct.Key* %desc, i64 %p) nounwind ssp { entry: br label %bb4 bb4: ; preds = %bb.i, %bb26, %bb4, %entry %0 = call i32 (...)* @xxGetOffsetForCode(i32 undef) nounwind ; <i32> [#uses=0] - %ins = or i64 0, 0 ; <i64> [#uses=1] + %ins = or i64 %p, 2097152 ; <i64> [#uses=1] %1 = call i32 (...)* @xxCalculateMidType(%struct.Key* %desc, i32 0) nounwind ; <i32> [#uses=1] %cond = icmp eq i32 %1, 1 ; <i1> [#uses=1] br i1 %cond, label %bb26, label %bb4 |

