From b9edd20706d4c74111e6c7a65819641926132efa Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 2 Sep 2013 12:00:46 +0000 Subject: 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 --- test/CodeGen/X86/h-registers-1.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/h-registers-1.ll') diff --git a/test/CodeGen/X86/h-registers-1.ll b/test/CodeGen/X86/h-registers-1.ll index 903c4538ab..9d38172fa9 100644 --- a/test/CodeGen/X86/h-registers-1.ll +++ b/test/CodeGen/X86/h-registers-1.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-linux > %t +; RUN: llc -mattr=-bmi < %s -mtriple=x86_64-linux > %t ; RUN: grep "movzbl %[abcd]h," %t | count 8 ; RUN: grep "%[abcd]h" %t | not grep "%r[[:digit:]]*d" -- cgit v1.2.3