summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.td
diff options
context:
space:
mode:
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>2009-08-26 04:50:17 +0000
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>2009-08-26 04:50:17 +0000
commit765e08d4d5dc3111f547d71da89f58e4e03d295f (patch)
treece34d561c4964dba35030e9f37339cafd208f62c /lib/Target/Sparc/SparcInstrInfo.td
parent573e53627e3e44cce60e8c0443a34cd43c41e316 (diff)
downloadllvm-765e08d4d5dc3111f547d71da89f58e4e03d295f.tar.gz
llvm-765e08d4d5dc3111f547d71da89f58e4e03d295f.tar.bz2
llvm-765e08d4d5dc3111f547d71da89f58e4e03d295f.tar.xz
test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80070 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcInstrInfo.td')
-rw-r--r--lib/Target/Sparc/SparcInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td
index 8ecc5889c7..fcb462620e 100644
--- a/lib/Target/Sparc/SparcInstrInfo.td
+++ b/lib/Target/Sparc/SparcInstrInfo.td
@@ -117,7 +117,7 @@ def SPitof : SDNode<"SPISD::ITOF", SDTSPITOF>;
def SPselecticc : SDNode<"SPISD::SELECT_ICC", SDTSPselectcc, [SDNPInFlag]>;
def SPselectfcc : SDNode<"SPISD::SELECT_FCC", SDTSPselectcc, [SDNPInFlag]>;
-// These are target-independent nodes, but have target-specific formats.
+// These are target-independent nodes, but have target-specific formats.
def SDT_SPCallSeqStart : SDCallSeqStart<[ SDTCisVT<0, i32> ]>;
def SDT_SPCallSeqEnd : SDCallSeqEnd<[ SDTCisVT<0, i32>,
SDTCisVT<1, i32> ]>;