summaryrefslogtreecommitdiff
path: root/test/Transforms/JumpThreading
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/Transforms/JumpThreading
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/Transforms/JumpThreading')
-rw-r--r--test/Transforms/JumpThreading/phi-eq.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/JumpThreading/phi-eq.ll b/test/Transforms/JumpThreading/phi-eq.ll
index 40d3c7edd0..e05d5ee7c9 100644
--- a/test/Transforms/JumpThreading/phi-eq.ll
+++ b/test/Transforms/JumpThreading/phi-eq.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -jump-threading | llvm-dis | FileCheck %s
+; RUN: opt < %s -jump-threading -S | FileCheck %s
; Test whether two consecutive switches with identical structures assign the
; proper value to the proper variable. This is really testing
; Instruction::isIdenticalToWhenDefined, as previously that function was