aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-16 01:36:26 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-16 01:36:26 +0000
commit901d80065c9afa0ba33e8546c2e1e99a00aceb14 (patch)
tree8bd7d0f8c5682eca8d318d78626b5018cc2f2acb /test/CodeGen/X86
parentb56606274d43c7a3e01b18a08d1115fbf2889996 (diff)
downloadexternal_llvm-901d80065c9afa0ba33e8546c2e1e99a00aceb14.zip
external_llvm-901d80065c9afa0ba33e8546c2e1e99a00aceb14.tar.gz
external_llvm-901d80065c9afa0ba33e8546c2e1e99a00aceb14.tar.bz2
Reinitialize the ivars in the subtarget so that they can be reset with the new features.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r--test/CodeGen/X86/subtarget-feature-change.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/subtarget-feature-change.ll b/test/CodeGen/X86/subtarget-feature-change.ll
index c950692..cd67729 100644
--- a/test/CodeGen/X86/subtarget-feature-change.ll
+++ b/test/CodeGen/X86/subtarget-feature-change.ll
@@ -1,5 +1,4 @@
; RUN: llc < %s -march=x86-64 | FileCheck %s
-; XFAIL: *
; This should not generate SSE instructions:
;