From eb7d8189699c1885c1624d3808637b09075da145 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 13 May 2010 17:41:06 +0000 Subject: [PATCH] Actually run the test. Thanks Daniel Dunbar! 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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