Fix the test on linux by setting the triple and the align format

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nadav Rotem 2013-04-12 01:07:16 +00:00
parent 07706e5506
commit 67b290c7fd

View File

@ -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