summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/h-registers-0.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-09-02 12:00:46 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-09-02 12:00:46 +0000
commitb9edd20706d4c74111e6c7a65819641926132efa (patch)
tree6453e367afbd3ae92d4c9cee22e16351e61599b7 /test/CodeGen/X86/h-registers-0.ll
parentb775f2f39c428d6a8a06e81c51b0b7cf51330f50 (diff)
downloadllvm-b9edd20706d4c74111e6c7a65819641926132efa.tar.gz
llvm-b9edd20706d4c74111e6c7a65819641926132efa.tar.bz2
llvm-b9edd20706d4c74111e6c7a65819641926132efa.tar.xz
llvm/test/CodeGen/X86: Update tests with -mattr=-bmi not to take BMI, corresponding to Craig's r189742.
AMD Piledriver builder detected failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189754 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/h-registers-0.ll')
-rw-r--r--test/CodeGen/X86/h-registers-0.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/h-registers-0.ll b/test/CodeGen/X86/h-registers-0.ll
index 71b3b43c9a..6a5ccaa1e7 100644
--- a/test/CodeGen/X86/h-registers-0.ll
+++ b/test/CodeGen/X86/h-registers-0.ll
@@ -1,6 +1,6 @@
-; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=X86-64
-; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s -check-prefix=WIN64
-; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X86-32
+; RUN: llc < %s -mattr=-bmi -mtriple=x86_64-linux | FileCheck %s -check-prefix=X86-64
+; RUN: llc < %s -mattr=-bmi -mtriple=x86_64-win32 | FileCheck %s -check-prefix=WIN64
+; RUN: llc < %s -mattr=-bmi -march=x86 | FileCheck %s -check-prefix=X86-32
; Use h registers. On x86-64, codegen doesn't support general allocation
; of h registers yet, due to x86 encoding complications.