diff options
Diffstat (limited to 'test/CodeGen/X86/2008-09-09-LinearScanBug.ll')
-rw-r--r-- | test/CodeGen/X86/2008-09-09-LinearScanBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-09-09-LinearScanBug.ll b/test/CodeGen/X86/2008-09-09-LinearScanBug.ll index b3312d9..c80fbdd 100644 --- a/test/CodeGen/X86/2008-09-09-LinearScanBug.ll +++ b/test/CodeGen/X86/2008-09-09-LinearScanBug.ll @@ -5,7 +5,7 @@ define i32 @func_125(i32 %p_126, i32 %p_128, i32 %p_129) nounwind { entry: - %tmp2.i = load i32* @g_3 ; <i32> [#uses=2] + %tmp2.i = load i32, i32* @g_3 ; <i32> [#uses=2] %conv = trunc i32 %tmp2.i to i16 ; <i16> [#uses=3] br label %forcond1.preheader.i.i7 |