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 | 61375d8953dfeeae3e397824dd392f62ecf08526 (patch) | |
tree | d089a23f35a22d70d5f889a62cae9f24b3cfb8e2 /llvm/test | |
parent | 9ed04aa7acc6c6be01bd609a6f40b43d094b88a2 (diff) | |
download | bcm5719-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.ll | 1 |
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: ; |