summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/fp_to_int.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/fp_to_int.ll')
-rw-r--r--test/CodeGen/Generic/fp_to_int.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/fp_to_int.ll b/test/CodeGen/Generic/fp_to_int.ll
index 609de65..ad94413 100644
--- a/test/CodeGen/Generic/fp_to_int.ll
+++ b/test/CodeGen/Generic/fp_to_int.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llc < %s
define i8 @test1(double %X) {
%tmp.1 = fptosi double %X to i8 ; <i8> [#uses=1]
OpenPOWER on IntegriCloud