forked from OSchip/llvm-project
Fix the test on linux by setting the triple and the align format
llvm-svn: 179354
This commit is contained in:
parent
c3b0f50ac2
commit
25a23bc0ef
|
@ -1,9 +1,9 @@
|
|||
; RUN: llc -march=x86 -align-all-blocks=16 < %s | FileCheck %s
|
||||
; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -align-all-blocks=16 < %s | FileCheck %s
|
||||
|
||||
;CHECK: foo
|
||||
;CHECK: .align 16, 0x90
|
||||
;CHECK: .align 16, 0x90
|
||||
;CHECK: .align 16, 0x90
|
||||
;CHECK: .align 65536, 0x90
|
||||
;CHECK: .align 65536, 0x90
|
||||
;CHECK: .align 65536, 0x90
|
||||
;CHECK: ret
|
||||
define i32 @foo(i32 %t, i32 %l) nounwind readnone ssp uwtable {
|
||||
%1 = icmp eq i32 %t, 0
|
||||
|
|
Loading…
Reference in New Issue