mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 04:34:41 +00:00
Remove debugging help.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
55998ba767
commit
9a8a88b72d
@ -754,7 +754,6 @@ static void WriteInstruction(const Instruction &I, unsigned InstID,
|
||||
{
|
||||
Code = bitc::FUNC_CODE_INST_RET;
|
||||
unsigned NumOperands = I.getNumOperands();
|
||||
// printf ("dpatel write %d\n", NumOperands);
|
||||
if (NumOperands == 0)
|
||||
AbbrevToUse = FUNCTION_INST_RET_VOID_ABBREV;
|
||||
else if (NumOperands == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user