There is nothing special about noops now

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7567 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-04 05:11:19 +00:00
parent cad3569656
commit 17d4d147dd

View File

@ -110,7 +110,6 @@ class Instruction {
// //
class InstrInfo { class InstrInfo {
Instruction PHIInst; Instruction PHIInst;
Instruction NOOPInst;
// If the target wants to associate some target-specific information with each // If the target wants to associate some target-specific information with each
// instruction, it should provide these two lists to indicate how to assemble // instruction, it should provide these two lists to indicate how to assemble