]> granicus.if.org Git - llvm/commitdiff
[ArgPromote] Actually run FileCheck on this test. The CHECK lines are
authorChandler Carruth <chandlerc@gmail.com>
Wed, 8 Feb 2017 08:01:14 +0000 (08:01 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 8 Feb 2017 08:01:14 +0000 (08:01 +0000)
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

test/Transforms/ArgumentPromotion/reserve-tbaa.ll

index 3c8ed79eeb29106bfd500723ebca329d56314225..35dd487da7b586f63b43216702e1f926f0ca33b8 100644 (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,