diff options
-rw-r--r-- | test/CodeGen/ARM/fcopysign.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fcopysign.ll b/test/CodeGen/ARM/fcopysign.ll index e22c8c8..331ab93 100644 --- a/test/CodeGen/ARM/fcopysign.ll +++ b/test/CodeGen/ARM/fcopysign.ll @@ -1,4 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm +; RUN: llvm-as < %s | llc -march=arm define csretcc void %__divsc3({ float, float }* %agg.result, float %a, float %b, float %c, float %d) { entry: |