[PATCH] D15424: AMDGPU/SI: Add getShaderType() function to Utils/
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 09:46:40 PST 2015
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp:114
@@ +113,3 @@
+ LLVMContext &Ctx = F.getContext();
+ Ctx.emitError("can't parse shader type!");
+ }
----------------
Error shouldn't have punctuation
http://reviews.llvm.org/D15424
More information about the llvm-commits
mailing list