Note the PR number.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2014-01-23 20:17:12 +00:00
parent a4bb03774f
commit b961ae25b4

View File

@ -1,4 +1,5 @@
; RUN: opt %s -argpromotion -S -o - | FileCheck %s
; PR14710
%pair = type { i32, i32 }