mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix test case introduced in r214322
This patch adds an explicit triple to the test case introduced by r214322. This should fix build failueres that are occuring on bots that are cross building. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214330 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dab34a615b
commit
8f345158a1
@ -1,4 +1,4 @@
|
||||
; RUN: llc -mcpu=core2 -mattr=+64bit,+sse2 < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=x86_64-apple-macosx10.9.0 -mcpu=core2 -mattr=+64bit,+sse2 < %s | FileCheck %s
|
||||
|
||||
; DAGCombine may choose to rewrite 2 loads feeding a select as a select of
|
||||
; addresses feeding a load. This test ensures that when it does that it creates
|
||||
|
Loading…
Reference in New Issue
Block a user