diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-10-15 23:44:48 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-10-15 23:44:48 +0000 |
commit | 50fd83e832b8a7361e362407555da2e9bd6085eb (patch) | |
tree | 48c86fcaab5621bb690821198d627ab22ee5f97e /lib | |
parent | 2072ca8e072ef5259e9c49ac03611fecb131d14f (diff) | |
download | external_llvm-50fd83e832b8a7361e362407555da2e9bd6085eb.zip external_llvm-50fd83e832b8a7361e362407555da2e9bd6085eb.tar.gz external_llvm-50fd83e832b8a7361e362407555da2e9bd6085eb.tar.bz2 |
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192752 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/R600/SIInstructions.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIInstructions.td index 94d42d5..0d9406b 100644 --- a/lib/Target/R600/SIInstructions.td +++ b/lib/Target/R600/SIInstructions.td @@ -1295,7 +1295,7 @@ def SI_INDIRECT_DST_V16 : SI_INDIRECT_DST<VReg_512>; let usesCustomInserter = 1 in { -// This psuedo instruction takes a pointer as input and outputs a resource +// This pseudo instruction takes a pointer as input and outputs a resource // constant that can be used with the ADDR64 MUBUF instructions. def SI_ADDR64_RSRC : InstSI < (outs SReg_128:$srsrc), |