From 25d89c23aadaa96668da4c13ac34fd8bb5f6ac12 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Aug 2003 05:11:19 +0000 Subject: [PATCH] There is nothing special about noops now llvm-svn: 7567 --- lib/Target/Target.td | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/Target.td b/lib/Target/Target.td index 55acdf5f59a..bb0e525bb67 100644 --- a/lib/Target/Target.td +++ b/lib/Target/Target.td @@ -110,7 +110,6 @@ class Instruction { // class InstrInfo { Instruction PHIInst; - Instruction NOOPInst; // If the target wants to associate some target-specific information with each // instruction, it should provide these two lists to indicate how to assemble