Actually run the test. Thanks Daniel Dunbar!
authorNick Lewycky <nicholas@mxc.ca>
Thu, 13 May 2010 17:41:06 +0000 (17:41 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 13 May 2010 17:41:06 +0000 (17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103720 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Inline/2010-05-12-ValueMap.ll

index 2863e7155062d75fc7cae6c5d42aa75befae7ece..f9cc13f499b3020577181763d6e503f41ca024cb 100644 (file)
@@ -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