Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit da65ee3

Browse files
committed
Add triple to h-registers-3.ll to make bots happy after r260133
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260136 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7dfc343 commit da65ee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/CodeGen/X86/h-registers-3.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X86
2-
; RUN: llc < %s -march=x86-64 | FileCheck %s -check-prefix=X64
3-
; RUN: llc < %s -mtriple=x86_64-linux-gnux32 | FileCheck %s -check-prefix=X32
1+
; RUN: llc < %s -mtriple=i686-unknown-linux-gnu | FileCheck %s -check-prefix=X86
2+
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s -check-prefix=X64
3+
; RUN: llc < %s -mtriple=x86_64-linux-gnux32 | FileCheck %s -check-prefix=X32
44

55
define zeroext i8 @foo() nounwind ssp {
66
entry:

0 commit comments

Comments
 (0)