summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2015-11-05 01:03:08 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2015-11-05 01:03:08 +0000
commit6c2e200d38d7ca7d743ddc415a6d3e43ccf85670 (patch)
tree8f119ce4910a3ab2781d3bd4df8e67b0e71994fd /llvm/lib/Target
parent5088cdf4d1216ce39d1f975811cdd989f295a719 (diff)
downloadbcm5719-llvm-6c2e200d38d7ca7d743ddc415a6d3e43ccf85670.tar.gz
bcm5719-llvm-6c2e200d38d7ca7d743ddc415a6d3e43ccf85670.zip
AMDGPU: Fix typo
llvm-svn: 252116
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/AMDGPU/VIInstructions.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/AMDGPU/VIInstructions.td b/llvm/lib/Target/AMDGPU/VIInstructions.td
index cd7148161d4..9d29e4700f1 100644
--- a/llvm/lib/Target/AMDGPU/VIInstructions.td
+++ b/llvm/lib/Target/AMDGPU/VIInstructions.td
@@ -73,8 +73,8 @@ defm V_MIN_I16 : VOP2Inst <vop2<0,0x32>, "v_min_i16", VOP_I16_I16_I16>;
} // End isCommutable = 1
defm V_LDEXP_F16 : VOP2Inst <vop2<0,0x33>, "v_ldexp_f16", VOP_F16_F16_I16>;
-// Aliases to simplify matching of floating-pint instructions that are VOP2 on
-// SI and VOP3 on VI.
+// Aliases to simplify matching of floating-point instructions that
+// are VOP2 on SI and VOP3 on VI.
class SI2_VI3Alias <string name, Instruction inst> : InstAlias <
name#" $dst, $src0, $src1",
OpenPOWER on IntegriCloud