aboutsummaryrefslogtreecommitdiff
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
commiteb7d8189699c1885c1624d3808637b09075da145 (patch)
tree85799eb68aefdcb9cd72c2410a16b63944d00228
parentf60c736c64d6c9d683df1cead3631958359c14f1 (diff)
Actually run the test. Thanks Daniel Dunbar!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103720 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/Inline/2010-05-12-ValueMap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2010-05-12-ValueMap.ll b/test/Transforms/Inline/2010-05-12-ValueMap.ll
index 2863e71550..f9cc13f499 100644
--- a/test/Transforms/Inline/2010-05-12-ValueMap.ll
+++ b/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