[llvm] r252116 - AMDGPU: Fix typo
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 4 17:03:09 PST 2015
Author: arsenm
Date: Wed Nov 4 19:03:08 2015
New Revision: 252116
URL: http://llvm.org/viewvc/llvm-project?rev=252116&view=rev
Log:
AMDGPU: Fix typo
Modified:
llvm/trunk/lib/Target/AMDGPU/VIInstructions.td
Modified: llvm/trunk/lib/Target/AMDGPU/VIInstructions.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AMDGPU/VIInstructions.td?rev=252116&r1=252115&r2=252116&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AMDGPU/VIInstructions.td (original)
+++ llvm/trunk/lib/Target/AMDGPU/VIInstructions.td Wed Nov 4 19:03:08 2015
@@ -73,8 +73,8 @@ defm V_MIN_I16 : VOP2Inst <vop2<0,0x32>,
} // 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",
More information about the llvm-commits
mailing list