mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-19 09:57:42 +00:00
Update test to use a more modern AArch64 triple, as requested by Renato.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214637 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
419f3804f0
commit
14d596a382
@ -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
Block a user