diff options
Diffstat (limited to 'test/CodeGen/X86/crash-nosse.ll')
-rw-r--r-- | test/CodeGen/X86/crash-nosse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/crash-nosse.ll b/test/CodeGen/X86/crash-nosse.ll index b1e01f9..aff120d 100644 --- a/test/CodeGen/X86/crash-nosse.ll +++ b/test/CodeGen/X86/crash-nosse.ll @@ -11,7 +11,7 @@ BB: br label %CF CF: ; preds = %CF, %BB - %L19 = load <8 x float>* %S17 + %L19 = load <8 x float>, <8 x float>* %S17 %BC = bitcast <32 x i32> %Shuff6 to <32 x float> %S28 = fcmp ord double 0x3ED1A1F787BB2185, 0x3EE59DE55A8DF890 br i1 %S28, label %CF, label %CF39 |