From 1e48478557587d3931d5e8277fe79719d78ab245 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 4 Dec 2005 18:42:54 +0000 Subject: Define BR in the .td file now that Evan made tblgen smarter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24589 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCInstrFormats.td | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Target/PowerPC/PPCInstrFormats.td') diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td index ef3cf1a7ab..4d69c7700b 100644 --- a/lib/Target/PowerPC/PPCInstrFormats.td +++ b/lib/Target/PowerPC/PPCInstrFormats.td @@ -31,8 +31,9 @@ class I opcode, dag OL, string asmstr, InstrItinClass itin> // 1.7.1 I-Form class IForm opcode, bit aa, bit lk, dag OL, string asmstr, - InstrItinClass itin> + InstrItinClass itin, list pattern> : I { + let Pattern = pattern; bits<24> LI; let Inst{6-29} = LI; -- cgit v1.2.3