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:
9287953
)
tidy up
author
Chris Lattner
<sabre@nondot.org>
Thu, 18 Mar 2010 23:57:57 +0000
(23:57 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 18 Mar 2010 23:57:57 +0000
(23:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98901
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Sparc/SparcInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/Sparc/SparcInstrInfo.td
b/lib/Target/Sparc/SparcInstrInfo.td
index d88d5080c6f71c684f2b0d7752c92f29d07250c1..9489580e900c051cfa8e35af7556fa5d8e8cdc7d 100644
(file)
--- a/
lib/Target/Sparc/SparcInstrInfo.td
+++ b/
lib/Target/Sparc/SparcInstrInfo.td
@@
-527,11
+527,11
@@
let Uses = [O0, O1, O2, O3, O4, O5],
def JMPLrr : F3_1<2, 0b111000,
(outs), (ins MEMrr:$ptr),
"call $ptr",
- [(call
ADDRrr:$ptr)]>;
+ [(call ADDRrr:$ptr)]>;
def JMPLri : F3_2<2, 0b111000,
(outs), (ins MEMri:$ptr),
"call $ptr",
- [(call
ADDRri:$ptr)]>;
+ [(call ADDRri:$ptr)]>;
}
// Section B.28 - Read State Register Instructions