From: Chandler Carruth Date: Wed, 8 Feb 2017 08:01:14 +0000 (+0000) Subject: [ArgPromote] Actually run FileCheck on this test. The CHECK lines are X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ad50cb8dd3a5be40cce95b4dd76430c017aca1c;p=llvm [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 --- diff --git a/test/Transforms/ArgumentPromotion/reserve-tbaa.ll b/test/Transforms/ArgumentPromotion/reserve-tbaa.ll index 3c8ed79eeb2..35dd487da7b 100644 --- a/test/Transforms/ArgumentPromotion/reserve-tbaa.ll +++ b/test/Transforms/ArgumentPromotion/reserve-tbaa.ll @@ -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,