forked from OSchip/llvm-project
Add triple to h-registers-3.ll to make bots happy after r260133
llvm-svn: 260136
This commit is contained in:
parent
2e887acea8
commit
303d3dd110
|
@ -1,6 +1,6 @@
|
|||
; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X86
|
||||
; RUN: llc < %s -march=x86-64 | FileCheck %s -check-prefix=X64
|
||||
; RUN: llc < %s -mtriple=x86_64-linux-gnux32 | FileCheck %s -check-prefix=X32
|
||||
; RUN: llc < %s -mtriple=i686-unknown-linux-gnu | FileCheck %s -check-prefix=X86
|
||||
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s -check-prefix=X64
|
||||
; RUN: llc < %s -mtriple=x86_64-linux-gnux32 | FileCheck %s -check-prefix=X32
|
||||
|
||||
define zeroext i8 @foo() nounwind ssp {
|
||||
entry:
|
||||
|
|
Loading…
Reference in New Issue