[llvm] r197425 - Fix typo in instruction name.
Matt Arsenault
Matthew.Arsenault at amd.com
Mon Dec 16 12:58:34 PST 2013
Author: arsenm
Date: Mon Dec 16 14:58:33 2013
New Revision: 197425
URL: http://llvm.org/viewvc/llvm-project?rev=197425&view=rev
Log:
Fix typo in instruction name.
SI_KIL -> SI_KILL
Modified:
llvm/trunk/lib/Target/R600/SIInstructions.td
Modified: llvm/trunk/lib/Target/R600/SIInstructions.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIInstructions.td?rev=197425&r1=197424&r2=197425&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstructions.td (original)
+++ llvm/trunk/lib/Target/R600/SIInstructions.td Mon Dec 16 14:58:33 2013
@@ -1319,7 +1319,7 @@ def SI_END_CF : InstSI <
def SI_KILL : InstSI <
(outs),
(ins VReg_32:$src),
- "SI_KIL $src",
+ "SI_KILL $src",
[(int_AMDGPU_kill f32:$src)]
>;
More information about the llvm-commits
mailing list