Fix a bunch of ARM tests to be register allocation independent.
[oota-llvm.git] / test / CodeGen / ARM / fcopysign.ll
index f241c2681cbfdba7486863f1d42ded08b371f54e..c4dbeb9ee50f9db8950f57d6005304034b9695a2 100644 (file)
@@ -10,7 +10,7 @@ entry:
 
 ; HARD: test1:
 ; HARD: vmov.i32 [[REG1:(d[0-9]+)]], #0x80000000
-; HARD: vbsl [[REG1]], d2, d0
+; HARD: vbsl [[REG1]], d
   %0 = tail call float @copysignf(float %x, float %y) nounwind
   ret float %0
 }