aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/half-constprop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/half-constprop.ll')
-rw-r--r--test/Assembler/half-constprop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/half-constprop.ll b/test/Assembler/half-constprop.ll
index 03ccdda97e0a..9e24f7242ba9 100644
--- a/test/Assembler/half-constprop.ll
+++ b/test/Assembler/half-constprop.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -O3 | llvm-dis | FileCheck %s
+; RUN: opt < %s -O3 -S | FileCheck %s
; Testing half constant propagation.
define half @abc() nounwind {