From: Nick Lewycky Date: Thu, 13 May 2010 17:41:06 +0000 (+0000) Subject: Actually run the test. Thanks Daniel Dunbar! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eb7d8189699c1885c1624d3808637b09075da145;p=oota-llvm.git Actually run the test. Thanks Daniel Dunbar! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103720 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/Inline/2010-05-12-ValueMap.ll b/test/Transforms/Inline/2010-05-12-ValueMap.ll index 2863e715506..f9cc13f499b 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