projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d3ec06
)
Remove unused multiclass.
author
Richard Osborne
<richard@xmos.com>
Mon, 21 Jan 2013 20:50:54 +0000
(20:50 +0000)
committer
Richard Osborne
<richard@xmos.com>
Mon, 21 Jan 2013 20:50:54 +0000
(20:50 +0000)
llvm-svn: 173087
llvm/lib/Target/XCore/XCoreInstrInfo.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/XCore/XCoreInstrInfo.td
b/llvm/lib/Target/XCore/XCoreInstrInfo.td
index a3e16be9788981ad5f42bba990b71d6386de0e5b..6288bb7c2fe227dbdf26d41c8b591c12f9ff7b79 100644
(file)
--- a/
llvm/lib/Target/XCore/XCoreInstrInfo.td
+++ b/
llvm/lib/Target/XCore/XCoreInstrInfo.td
@@
-307,18
+307,6
@@
multiclass FU6_LU6_np<bits<10> opc, string OpcStr> {
def _lu6: _FLU6<opc, (outs), (ins i32imm:$a), !strconcat(OpcStr, " $a"), []>;
}
-// U10
-multiclass FU10_LU10_np<string OpcStr> {
- def _u10: _FU10<
- (outs), (ins i32imm:$b),
- !strconcat(OpcStr, " $b"),
- []>;
- def _lu10: _FLU10<
- (outs), (ins i32imm:$b),
- !strconcat(OpcStr, " $b"),
- []>;
-}
-
// Two operand short
class F2R_np<bits<6> opc, string OpcStr> :