diff options
Diffstat (limited to 'test/CodeGen/X86/subreg-to-reg-6.ll')
-rw-r--r-- | test/CodeGen/X86/subreg-to-reg-6.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/subreg-to-reg-6.ll b/test/CodeGen/X86/subreg-to-reg-6.ll index 76430cd..bef09fa 100644 --- a/test/CodeGen/X86/subreg-to-reg-6.ll +++ b/test/CodeGen/X86/subreg-to-reg-6.ll @@ -2,7 +2,7 @@ define i64 @foo() nounwind { entry: - %t0 = load i32* null, align 8 + %t0 = load i32, i32* null, align 8 switch i32 %t0, label %bb65 [ i32 16, label %bb i32 12, label %bb56 |