summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/sink_instruction.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 20:13:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 20:13:02 +0000
commit91948d4cad557dea2c1c42224dd7c850ed6ed825 (patch)
tree3d9936e91c71369d1854ad7edc1bb696e5d16ba1 /llvm/test/Transforms/InstCombine/sink_instruction.ll
parentbe88bc4cb43c36fe62e6a22aa55c5a531393efc6 (diff)
downloadbcm5719-llvm-91948d4cad557dea2c1c42224dd7c850ed6ed825.tar.gz
bcm5719-llvm-91948d4cad557dea2c1c42224dd7c850ed6ed825.zip
For PR1319:
Upgrade tests to work with new llvm.exp version of llvm_runtest. llvm-svn: 36013
Diffstat (limited to 'llvm/test/Transforms/InstCombine/sink_instruction.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/sink_instruction.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/sink_instruction.ll b/llvm/test/Transforms/InstCombine/sink_instruction.ll
index a45c16163f7..93519ffdc02 100644
--- a/llvm/test/Transforms/InstCombine/sink_instruction.ll
+++ b/llvm/test/Transforms/InstCombine/sink_instruction.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | %prcontext div 1 | grep ret
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
+; RUN: %prcontext div 1 | grep ret
;; This tests that the instructions in the entry blocks are sunk into each
;; arm of the 'if'.
OpenPOWER on IntegriCloud