forked from OSchip/llvm-project
Update test to use a more modern AArch64 triple, as requested by Renato.
llvm-svn: 214637
This commit is contained in:
parent
99ab590ac9
commit
6b999ae682
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue