Revert part of one of the prev. patches - tailjmp will follow later.
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 17 Aug 2010 21:08:28 +0000 (21:08 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 17 Aug 2010 21:08:28 +0000 (21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111291 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.cpp

index ed7ca4d393643646fa4a89cfac7cc368e1d7ac94..91c45c2f8e92bb609dc6c4c2e83a70a25c22c59a 100644 (file)
@@ -305,7 +305,6 @@ X86InstrInfo::X86InstrInfo(X86TargetMachine &tm)
     { X86::SETSr,       X86::SETSm, 0, 0 },
     { X86::TAILJMPr,    X86::TAILJMPm, 1, 0 },
     { X86::TAILJMPr64,  X86::TAILJMPm64, 1, 0 },
-    { X86::WINTAILJMPr64,X86::WINTAILJMPm64, 1, 0 },
     { X86::TEST16ri,    X86::TEST16mi, 1, 0 },
     { X86::TEST32ri,    X86::TEST32mi, 1, 0 },
     { X86::TEST64ri32,  X86::TEST64mi32, 1, 0 },