commit | ddb7a59fe92533e92006f7bdde2d3a4e4abb2c3a | [log] [tgz] |
---|---|---|
author | Dylan McKay <dylanmckay34@gmail.com> | Sat Oct 08 00:55:46 2016 +0000 |
committer | Dylan McKay <dylanmckay34@gmail.com> | Sat Oct 08 00:55:46 2016 +0000 |
tree | 4ee8d340cfd4d5422a934b685119ead8865b1d96 | |
parent | 24d02ee1411131bc01c918ffe934e1b1a23f6a66 [diff] [blame] |
[AVR] Add the 'SoftFail' field to all instruction formats This will be used in the future for disassembly. llvm-svn: 283630
diff --git a/llvm/lib/Target/AVR/AVRInstrFormats.td b/llvm/lib/Target/AVR/AVRInstrFormats.td index c10023d..ce5e606 100644 --- a/llvm/lib/Target/AVR/AVRInstrFormats.td +++ b/llvm/lib/Target/AVR/AVRInstrFormats.td
@@ -20,6 +20,8 @@ dag InOperandList = ins; let AsmString = asmstr; let Pattern = pattern; + + field bits<32> SoftFail = 0; } /// A 16-bit AVR instruction.