From 3533ad6bbdf7256b6929f4b48dd92cddf3e5f165 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Fri, 15 Feb 2013 09:33:43 +0000 Subject: AArch64: remove ConstantIsland pass & put literals in separate section. This implements the review suggestion to simplify the AArch64 backend. If we later discover that we *really* need the extra complexity of the ConstantIslands pass for performance reasons it can be resurrected. llvm-svn: 175258 --- llvm/test/CodeGen/AArch64/func-argpassing.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/AArch64/func-argpassing.ll') diff --git a/llvm/test/CodeGen/AArch64/func-argpassing.ll b/llvm/test/CodeGen/AArch64/func-argpassing.ll index 760c8d49d07..5675e5a1f9e 100644 --- a/llvm/test/CodeGen/AArch64/func-argpassing.ll +++ b/llvm/test/CodeGen/AArch64/func-argpassing.ll @@ -83,7 +83,7 @@ define i32 @return_int() { define double @return_double() { ; CHECK: return_double: ret double 3.14 -; CHECK: ldr d0, .LCPI +; CHECK: ldr d0, [{{x[0-9]+}}, #:lo12:.LCPI } ; This is the kind of IR clang will produce for returning a struct -- cgit v1.2.3