[llvm-commits] [llvm] r103720 - /llvm/trunk/test/Transforms/Inline/2010-05-12-ValueMap.ll

Nick Lewycky nicholas at mxc.ca
Thu May 13 10:41:06 PDT 2010


Author: nicholas
Date: Thu May 13 12:41:06 2010
New Revision: 103720

URL: http://llvm.org/viewvc/llvm-project?rev=103720&view=rev
Log:
Actually run the test. Thanks Daniel Dunbar!

Modified:
    llvm/trunk/test/Transforms/Inline/2010-05-12-ValueMap.ll

Modified: llvm/trunk/test/Transforms/Inline/2010-05-12-ValueMap.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/2010-05-12-ValueMap.ll?rev=103720&r1=103719&r2=103720&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/Inline/2010-05-12-ValueMap.ll (original)
+++ llvm/trunk/test/Transforms/Inline/2010-05-12-ValueMap.ll Thu May 13 12:41:06 2010
@@ -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





More information about the llvm-commits mailing list