projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e0c80
)
Mark MipsPseudo isPseudo.
author
Akira Hatanaka
<ahatanak@gmail.com>
Tue, 27 Sep 2011 04:57:54 +0000
(
04:57
+0000)
committer
Akira Hatanaka
<ahatanak@gmail.com>
Tue, 27 Sep 2011 04:57:54 +0000
(
04:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140598
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsInstrFormats.td
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsInstrFormats.td
b/lib/Target/Mips/MipsInstrFormats.td
index 9f55fb38b959c23f908593e52deae3ae862135a2..2662e1001fccb1f5e6bdb26adbb9f9050658c3ca 100644
(file)
--- a/
lib/Target/Mips/MipsInstrFormats.td
+++ b/
lib/Target/Mips/MipsInstrFormats.td
@@
-44,7
+44,9
@@
class MipsInst<dag outs, dag ins, string asmstr, list<dag> pattern,
// Mips Pseudo Instructions Format
class MipsPseudo<dag outs, dag ins, string asmstr, list<dag> pattern>:
- MipsInst<outs, ins, asmstr, pattern, IIPseudo>;
+ MipsInst<outs, ins, asmstr, pattern, IIPseudo> {
+ let isPseudo = 1;
+}
//===----------------------------------------------------------------------===//
// Format R instruction class in Mips : <|opcode|rs|rt|rd|shamt|funct|>