From 4c5e43da7792f75567b693105cc53e3f1992ad98 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Wed, 8 Apr 2015 08:55:49 -0700 Subject: Update aosp/master llvm for rebase to r233350 Change-Id: I07d935f8793ee8ec6b7da003f6483046594bca49 --- test/Linker/Inputs/pr22807-2.ll | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/Linker/Inputs/pr22807-2.ll (limited to 'test/Linker/Inputs/pr22807-2.ll') diff --git a/test/Linker/Inputs/pr22807-2.ll b/test/Linker/Inputs/pr22807-2.ll new file mode 100644 index 0000000..7739b77 --- /dev/null +++ b/test/Linker/Inputs/pr22807-2.ll @@ -0,0 +1,6 @@ +%struct.A = type { %struct.B* } +%struct.B = type opaque + +define i32 @bar(%struct.A* %A) { + ret i32 0 +} -- cgit v1.1