mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 05:55:40 +00:00
Try to fix llvm-arm-linux builder with -mcpu.
llvm-svn: 155589
This commit is contained in:
parent
237e411bb4
commit
b35c6a6369
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mtriple=i386-apple-macosx -mattr=+sse | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=i386-apple-macosx -mcpu=core2 -mattr=+sse | FileCheck %s
|
||||
; PR11940: Do not optimize away movb %al, %ch
|
||||
|
||||
%struct.APInt = type { i64* }
|
||||
|
Loading…
Reference in New Issue
Block a user