mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 22:50:55 +00:00
Also handle "getresult".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47797 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1038222a9b
commit
33a834a6f6
@ -198,6 +198,7 @@ static const char *GetCodeName(unsigned CodeID, unsigned BlockID) {
|
||||
case bitc::FUNC_CODE_INST_CALL: return "INST_CALL";
|
||||
case bitc::FUNC_CODE_INST_VAARG: return "INST_VAARG";
|
||||
case bitc::FUNC_CODE_INST_STORE2: return "INST_STORE2";
|
||||
case bitc::FUNC_CODE_INST_GETRESULT: return "INST_GETRESULT";
|
||||
}
|
||||
case bitc::TYPE_SYMTAB_BLOCK_ID:
|
||||
switch (CodeID) {
|
||||
|
Loading…
Reference in New Issue
Block a user