summaryrefslogtreecommitdiffstats
path: root/llvm/test
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
commit61375d8953dfeeae3e397824dd392f62ecf08526 (patch)
treed089a23f35a22d70d5f889a62cae9f24b3cfb8e2 /llvm/test
parent9ed04aa7acc6c6be01bd609a6f40b43d094b88a2 (diff)
downloadbcm5719-llvm-61375d8953dfeeae3e397824dd392f62ecf08526.tar.gz
bcm5719-llvm-61375d8953dfeeae3e397824dd392f62ecf08526.zip
Reinitialize the ivars in the subtarget so that they can be reset with the new features.
llvm-svn: 175336
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/subtarget-feature-change.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/subtarget-feature-change.ll b/llvm/test/CodeGen/X86/subtarget-feature-change.ll
index c950692f933..cd677294c66 100644
--- a/llvm/test/CodeGen/X86/subtarget-feature-change.ll
+++ b/llvm/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:
;
OpenPOWER on IntegriCloud