diff options
Diffstat (limited to 'test/CodeGen/Generic/dag-combine-crash.ll')
-rw-r--r-- | test/CodeGen/Generic/dag-combine-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/dag-combine-crash.ll b/test/CodeGen/Generic/dag-combine-crash.ll index a7810b5..45abd1d 100644 --- a/test/CodeGen/Generic/dag-combine-crash.ll +++ b/test/CodeGen/Generic/dag-combine-crash.ll @@ -5,7 +5,7 @@ if.end: br label %block.i.i block.i.i: - %tmpbb = load i8* undef + %tmpbb = load i8, i8* undef %tmp54 = zext i8 %tmpbb to i64 %tmp59 = and i64 %tmp54, 8 %tmp60 = add i64 %tmp59, 3691045929300498764 |