From: Rafael Espindola Date: Thu, 23 Jan 2014 20:17:12 +0000 (+0000) Subject: Note the PR number. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b961ae25b4a88aab861cb298c22b17c12a2e1225;p=oota-llvm.git Note the PR number. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199932 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/ArgumentPromotion/tail.ll b/test/Transforms/ArgumentPromotion/tail.ll index e6bc557d9d0..43b8996ca18 100644 --- a/test/Transforms/ArgumentPromotion/tail.ll +++ b/test/Transforms/ArgumentPromotion/tail.ll @@ -1,4 +1,5 @@ ; RUN: opt %s -argpromotion -S -o - | FileCheck %s +; PR14710 %pair = type { i32, i32 }