diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-04 05:11:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-04 05:11:37 +0000 |
commit | e5bb2d94d95e6be18ed74204e47d22553ec8bfbc (patch) | |
tree | a098fe453d6e1b3eb9aed08b196b1f9f8926227a | |
parent | 17d4d147dd4460953a3937b89631348daccec16e (diff) |
There is nothing special about noops anymore
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7568 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index 8f70d49d2d..7cd8311bfe 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. |