summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CBackend/2005-08-23-Fmod.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/CBackend/2005-08-23-Fmod.ll')
-rw-r--r--llvm/test/CodeGen/CBackend/2005-08-23-Fmod.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CBackend/2005-08-23-Fmod.ll b/llvm/test/CodeGen/CBackend/2005-08-23-Fmod.ll
index 7c55019d235..6e650eb293f 100644
--- a/llvm/test/CodeGen/CBackend/2005-08-23-Fmod.ll
+++ b/llvm/test/CodeGen/CBackend/2005-08-23-Fmod.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=c | grep fmod
+; RUN: llc < %s -march=c | grep fmod
define double @test(double %A, double %B) {
%C = frem double %A, %B ; <double> [#uses=1]
OpenPOWER on IntegriCloud