OSDN Git Service

There is nothing special about noops anymore
authorChris Lattner <sabre@nondot.org>
Mon, 4 Aug 2003 05:11:37 +0000 (05:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Aug 2003 05:11:37 +0000 (05:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7568 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.td

index 8f70d49..7cd8311 100644 (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.