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 | 22c550e4426fe38311644f684de7aee54d5fafc8 (patch) | |
| tree | b11878000ebd8de57badcd93f6b93bcfa84330ec /llvm | |
| parent | 78fac3b8b680fb9656ae2762a6956c434987f158 (diff) | |
| download | bcm5719-llvm-22c550e4426fe38311644f684de7aee54d5fafc8.tar.gz bcm5719-llvm-22c550e4426fe38311644f684de7aee54d5fafc8.zip | |
There is nothing special about noops anymore
llvm-svn: 7568
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/X86/X86.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86.td b/llvm/lib/Target/X86/X86.td index 8f70d49d2d6..7cd8311bfe1 100644 --- a/llvm/lib/Target/X86/X86.td +++ b/llvm/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. |

