diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-02-16 01:36:26 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-02-16 01:36:26 +0000 |
commit | 901d80065c9afa0ba33e8546c2e1e99a00aceb14 (patch) | |
tree | 8bd7d0f8c5682eca8d318d78626b5018cc2f2acb /test/CodeGen/X86 | |
parent | b56606274d43c7a3e01b18a08d1115fbf2889996 (diff) | |
download | external_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.ll | 1 |
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: ; |