Actually run the test. Thanks Daniel Dunbar!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2010-05-13 17:41:06 +00:00
parent f60c736c64
commit eb7d818969

View 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