From 17d4d147dd4460953a3937b89631348daccec16e 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7567 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 -- 2.34.1