diff options
Diffstat (limited to 'test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll')
-rw-r--r-- | test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll b/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll index 864ebf1..2ba4d9a 100644 --- a/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll +++ b/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll @@ -19,7 +19,7 @@ invcont64: ; preds = %bb58 br i1 undef, label %invcont65, label %bb.i.i bb.i.i: ; preds = %invcont64 - %1 = load <4 x float>* undef, align 16 ; <<4 x float>> [#uses=5] + %1 = load <4 x float>, <4 x float>* undef, align 16 ; <<4 x float>> [#uses=5] br i1 undef, label %bb.nph.i.i, label %invcont65 bb.nph.i.i: ; preds = %bb.i.i |