diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-09-08 17:01:54 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-09-08 17:01:54 +0000 |
| commit | cf9b0e66735a66cd69ce3080304a48f897528583 (patch) | |
| tree | c7892121e82e58b3f1bbe4716fc9dfa46fff503d /llvm/lib/Target/PowerPC/PowerPCInstrFormats.td | |
| parent | f18935a59828e5ca01c6546b7e2d9fb19b1ea4c5 (diff) | |
| download | bcm5719-llvm-cf9b0e66735a66cd69ce3080304a48f897528583.tar.gz bcm5719-llvm-cf9b0e66735a66cd69ce3080304a48f897528583.zip | |
Add patterns for some new instructions, allowing the use of the ineg fragment.
llvm-svn: 23266
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPCInstrFormats.td')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCInstrFormats.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td b/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td index 0f709e1968a..1475f7ad03b 100644 --- a/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td +++ b/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td @@ -449,8 +449,8 @@ class XOForm_1<bits<6> opcode, bits<9> xo, bit oe, dag OL, string asmstr, } class XOForm_3<bits<6> opcode, bits<9> xo, bit oe, - dag OL, string asmstr> - : XOForm_1<opcode, xo, oe, OL, asmstr, []> { + dag OL, string asmstr, list<dag> pattern> + : XOForm_1<opcode, xo, oe, OL, asmstr, pattern> { let RB = 0; } |

