Remove dead code
authorChris Lattner <sabre@nondot.org>
Mon, 11 Aug 2003 15:24:02 +0000 (15:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Aug 2003 15:24:02 +0000 (15:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7726 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index 7fe0da1168476538d4e0fbef43873c43ebc954f8..d1f2857a091ed55986aa773e61abec9c9dc20635 100644 (file)
@@ -209,6 +209,3 @@ class Nonterminal<dag pattern> {
   bit BuiltIn = 0;
 }
 
-// imm - Immediate value...
-//def imm : Nonterminal<(Constant)> { let BuiltIn = 1; }
-