summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-05-13 17:41:06 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-05-13 17:41:06 +0000
commit23b545ca4bab7f1885e2891ea73b37790d415de3 (patch)
tree5ca862db9b5f0b95733d857651a32c5a8ba788e0 /llvm/test/Transforms
parent1bd96d13b28f52269464ef020d6793bab5ee555f (diff)
downloadbcm5719-llvm-23b545ca4bab7f1885e2891ea73b37790d415de3.tar.gz
bcm5719-llvm-23b545ca4bab7f1885e2891ea73b37790d415de3.zip
Actually run the test. Thanks Daniel Dunbar!
llvm-svn: 103720
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/Inline/2010-05-12-ValueMap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/2010-05-12-ValueMap.ll b/llvm/test/Transforms/Inline/2010-05-12-ValueMap.ll
index 2863e715506..f9cc13f499b 100644
--- a/llvm/test/Transforms/Inline/2010-05-12-ValueMap.ll
+++ b/llvm/test/Transforms/Inline/2010-05-12-ValueMap.ll
@@ -1,4 +1,4 @@
-; RUN: opt -inline -mergefunc -disable-output
+; RUN: opt %s -inline -mergefunc -disable-output
; This tests for a bug where the inliner kept the functions in a ValueMap after
; it had completed and a ModulePass started to run. LLVM would crash deleting
OpenPOWER on IntegriCloud