From e5bb2d94d95e6be18ed74204e47d22553ec8bfbc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Aug 2003 05:11:37 +0000 Subject: [PATCH] There is nothing special about noops anymore git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7568 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86.td | 1 - 1 file changed, 1 deletion(-) 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. -- 2.34.1