Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / sse-load-ret.ll
index 1ebcb1a6fa646511afcac39ef245d576ba7d62ee..8da45a786e7c4f82e253e985622880f3fe988932 100644 (file)
@@ -2,7 +2,7 @@
 ; RUN: llc < %s -march=x86 -mcpu=yonah | not grep xmm
 
 define double @test1(double* %P) {
-        %X = load double* %P            ; <double> [#uses=1]
+        %X = load double, double* %P            ; <double> [#uses=1]
         ret double %X
 }