[ArgPromote] Actually run FileCheck on this test. The CHECK lines are

already there, just waiting to, well, be checked. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294421 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2017-02-08 08:01:14 +00:00
parent a647924c48
commit 5ad50cb8dd

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -argpromotion -S
; RUN: opt < %s -argpromotion -S | FileCheck %s
; PR17906
; When we promote two arguments in a single function with different types,