summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopUnswitch
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-11 18:17:12 +0000
committerDan Gohman <gohman@apple.com>2009-09-11 18:17:12 +0000
commit0f3ef7be5064d19c5ebe1979705838745bd51445 (patch)
treed067e61cb336dcb727f09c03979efe26bad612f5 /llvm/test/Transforms/LoopUnswitch
parentfceb22ff3c89a0c0d144a9241bb57b86645489e1 (diff)
downloadbcm5719-llvm-0f3ef7be5064d19c5ebe1979705838745bd51445.tar.gz
bcm5719-llvm-0f3ef7be5064d19c5ebe1979705838745bd51445.zip
Eliminate more redundant llvm-as calls.
llvm-svn: 81540
Diffstat (limited to 'llvm/test/Transforms/LoopUnswitch')
-rw-r--r--llvm/test/Transforms/LoopUnswitch/2007-05-09-tl.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopUnswitch/2007-05-09-tl.ll b/llvm/test/Transforms/LoopUnswitch/2007-05-09-tl.ll
index c987daec7db..61615d0cc52 100644
--- a/llvm/test/Transforms/LoopUnswitch/2007-05-09-tl.ll
+++ b/llvm/test/Transforms/LoopUnswitch/2007-05-09-tl.ll
@@ -1,5 +1,5 @@
+; RUN: opt < %s -loop-unswitch -disable-output
; PR1333
-; RUN: llvm-as < %s | opt -loop-unswitch -disable-output
define void @pp_cxx_expression() {
entry:
OpenPOWER on IntegriCloud