Add testcase for r63142.
[oota-llvm.git] / test / CodeGen / X86 / sse-load-ret.ll
index c82f4fc81c46453d6204111b4b52e4f7b24554d4..cbf3eb0e5f0d8883a4823bc8237051aec05ccc74 100644 (file)
@@ -1,17 +1,18 @@
-; RUN: llvm-upgrade < %s | llvm-as | \
+; RUN: llvm-as < %s | \
 ; RUN:   llc -march=x86 -mcpu=yonah | not grep movss
-; RUN: llvm-upgrade < %s | llvm-as | \
+; RUN: llvm-as < %s | \
 ; RUN:   llc -march=x86 -mcpu=yonah | not grep xmm
 
-double %test1(double *%P) {
-       %X = load double* %P
-       ret double %X
+define double @test1(double* %P) {
+        %X = load double* %P            ; <double> [#uses=1]
+        ret double %X
 }
 
-double %test2() {
-       ret double 1234.56
+define double @test2() {
+        ret double 1.234560e+03
 }
 
+
 ; FIXME: Todo
 ;double %test3(bool %B) {
 ;      %C = select bool %B, double 123.412, double 523.01123123