OSDN Git Service

[X86] Remove the 'Requires<[In64BitMode]>' from SHSTK instructions.
authorCraig Topper <craig.topper@intel.com>
Fri, 15 Dec 2017 19:01:48 +0000 (19:01 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 15 Dec 2017 19:01:48 +0000 (19:01 +0000)
commit65b5d17d6213033622ea6c0c805a8cb3788f4ac7
tree1c11a530bc684dfa5e755be797eb4a0eea931364
parent050e890bd4564060f166e6d5de5c4952bb734489
[X86] Remove the 'Requires<[In64BitMode]>' from SHSTK instructions.

This has no effect due to a top level "let Predicates =" around the instructions. But its also not required because the GR64 usage in the instruction guarantees it can never match.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320843 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSystem.td