1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Note the PR number.

llvm-svn: 199932
This commit is contained in:
Rafael Espindola 2014-01-23 20:17:12 +00:00
parent 57bf114f06
commit e9ef8c2f1a

View File

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