diff options
Diffstat (limited to 'test/CodeGen/X86/2009-07-20-DAGCombineBug.ll')
-rw-r--r-- | test/CodeGen/X86/2009-07-20-DAGCombineBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-07-20-DAGCombineBug.ll b/test/CodeGen/X86/2009-07-20-DAGCombineBug.ll index e83b3a7..045e89e 100644 --- a/test/CodeGen/X86/2009-07-20-DAGCombineBug.ll +++ b/test/CodeGen/X86/2009-07-20-DAGCombineBug.ll @@ -5,7 +5,7 @@ define fastcc i32 @bsGetUInt32() nounwind ssp { entry: - %bsBuff.promoted44 = load i32* @bsBuff ; <i32> [#uses=1] + %bsBuff.promoted44 = load i32, i32* @bsBuff ; <i32> [#uses=1] %0 = add i32 0, -8 ; <i32> [#uses=1] %1 = lshr i32 %bsBuff.promoted44, %0 ; <i32> [#uses=1] %2 = shl i32 %1, 8 ; <i32> [#uses=1] |