radeon/llvm: Move lowering of SETCC node to R600ISelLowering
[mesa.git] / src / gallium / drivers / radeon / AMDILFormats.td
index 5418c645a5352563b0538d350e1740a66384db72..5a71ded9b6834b234e56879c0d170137aa57a76f 100644 (file)
@@ -18,7 +18,7 @@ include "AMDILTokenDesc.td"
 class ILFormat<ILOpCode op, dag outs, dag ins, string asmstr, list<dag> pattern>
 : Instruction {
 
-     let Namespace = "AMDIL";
+     let Namespace = "AMDGPU";
      dag OutOperandList = outs;
      dag InOperandList = ins;
      ILOpCode operation = op;