1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-13 15:37:24 +00:00

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

@ -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