diff options
Diffstat (limited to 'test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll')
-rw-r--r-- | test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll b/test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll index 739a27a..193f8cf 100644 --- a/test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll +++ b/test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll @@ -228,7 +228,7 @@ entry: unreachable "67": ; preds = %"65" - %1 = load i32* undef, align 4 ; <i32> [#uses=0] + %1 = load i32, i32* undef, align 4 ; <i32> [#uses=0] br label %"100" "82": ; preds = %"61", %"60", %"59" |