Fix MSVC warning: "is out of range for enum constant"
authorFrancois Pichet <pichet2000@gmail.com>
Wed, 25 May 2011 15:58:10 +0000 (15:58 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Wed, 25 May 2011 15:58:10 +0000 (15:58 +0000)
commitd9e57c146d3084d7efe2de48dc2cd1f99d4fa656
treef098f41eaf06bc33e22eae16dc8efb286821ea66
parent52f6a4de951edf890c3988c92318b13e45fd3b85
Fix MSVC warning: "is out of range for enum constant"
MSVC doesn't support 64 bit enum.
OpcodeMask is not used anywhere in the code base.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132057 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.h