summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopSimplify
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/LoopSimplify
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/LoopSimplify')
-rw-r--r--test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll b/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll
index e91d141cc6..0534a0bf7d 100644
--- a/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll
+++ b/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -loop-simplify -disable-output
+; RUN: opt < %s -loop-simplify -disable-output
; PR1752
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-s0:0:64-f80:32:32"
target triple = "i686-pc-mingw32"