diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-18 23:57:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-18 23:57:57 +0000 |
commit | de3e05fe33e3bc3bb1368418d7ca940ecc04b5f2 (patch) | |
tree | 57a29a0c219a30c1b89e0e4f5dd35c1f3c71c431 /lib/Target/Sparc/SparcInstrInfo.td | |
parent | 928795387fdfac67e094275618a36bdeba51c45a (diff) |
tidy up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98901 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcInstrInfo.td')
-rw-r--r-- | lib/Target/Sparc/SparcInstrInfo.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index d88d5080c6..9489580e90 100644 --- 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 |