There is nothing special about noops anymore

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7568 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-04 05:11:37 +00:00
parent 17d4d147dd
commit e5bb2d94d9

View File

@ -23,7 +23,6 @@ include "X86InstrInfo.td"
def X86InstrInfo : InstrInfo {
let PHIInst = PHI;
let NOOPInst = NOOP;
// Define how we want to layout our TargetSpecific information field... This
// should be kept up-to-date with the fields in the X86InstrInfo.h file.