From: Chris Lattner Date: Mon, 4 Aug 2003 05:11:37 +0000 (+0000) Subject: There is nothing special about noops anymore X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e5bb2d94d95e6be18ed74204e47d22553ec8bfbc;p=oota-llvm.git There is nothing special about noops anymore git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7568 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index 8f70d49d2d6..7cd8311bfe1 100644 --- a/lib/Target/X86/X86.td +++ b/lib/Target/X86/X86.td @@ -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.