summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorArnaud A. de Grandmaison <arnaud.adegm@gmail.com>2014-05-27 22:03:28 +0000
committerArnaud A. de Grandmaison <arnaud.adegm@gmail.com>2014-05-27 22:03:28 +0000
commit08f32401a95e27ca19ce6747105aa8d2a721ba7a (patch)
treeb6753c5bed751a2cb0d8c8d5718153a7b1ab915b /test/Assembler
parentd4ffb93bf764b5b515beb2cad9bf80c600ac32dc (diff)
downloadllvm-08f32401a95e27ca19ce6747105aa8d2a721ba7a.tar.gz
llvm-08f32401a95e27ca19ce6747105aa8d2a721ba7a.tar.bz2
llvm-08f32401a95e27ca19ce6747105aa8d2a721ba7a.tar.xz
No need for those tests to go thru llvm-as and/or llvm-dis.
opt can handle them by itself. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/half-constprop.ll2
-rw-r--r--test/Assembler/half-conv.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Assembler/half-constprop.ll b/test/Assembler/half-constprop.ll
index 03ccdda97e..9e24f7242b 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 {
diff --git a/test/Assembler/half-conv.ll b/test/Assembler/half-conv.ll
index bf9ae57139..70a6b86c39 100644
--- a/test/Assembler/half-conv.ll
+++ b/test/Assembler/half-conv.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -O3 | llvm-dis | FileCheck %s
+; RUN: opt < %s -O3 -S | FileCheck %s
; Testing half to float conversion.
define float @abc() nounwind {