[llvm] r214637 - Update test to use a more modern AArch64 triple, as requested by Renato.

James Molloy james.molloy at arm.com
Sat Aug 2 10:15:11 PDT 2014


Author: jamesm
Date: Sat Aug  2 12:15:11 2014
New Revision: 214637

URL: http://llvm.org/viewvc/llvm-project?rev=214637&view=rev
Log:
Update test to use a more modern AArch64 triple, as requested by Renato.


Modified:
    llvm/trunk/test/CodeGen/AArch64/paired-load.ll

Modified: llvm/trunk/test/CodeGen/AArch64/paired-load.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/paired-load.ll?rev=214637&r1=214636&r2=214637&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/paired-load.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/paired-load.ll Sat Aug  2 12:15:11 2014
@@ -1,6 +1,6 @@
 ; RUN: llc < %s | FileCheck %s
 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
-target triple = "arm64-apple-ios5.0.0"
+target triple = "aarch64-linux-gnu"
 
 ; Ensure we're generating ldp instructions instead of ldr Q.
 ; CHECK: ldp





More information about the llvm-commits mailing list