mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
bug 122:
- Update for BytecodeHandler interface change resuing from CPRs going away llvm-svn: 14938
This commit is contained in:
parent
6ed43e1320
commit
b320f8eb03
@ -392,12 +392,10 @@ public:
|
||||
}
|
||||
|
||||
virtual void handleConstantPointer( const PointerType* PT,
|
||||
unsigned Slot, GlobalValue* GV, Constant* PtrVal) {
|
||||
unsigned Slot, GlobalValue* GV ) {
|
||||
dump << " PNTR: " << PT->getDescription()
|
||||
<< " Slot=" << Slot << " GlobalValue=";
|
||||
GV->print(dump);
|
||||
dump << "\n Value=";
|
||||
PtrVal->print(dump);
|
||||
dump << "\n";
|
||||
bca.numConstants++;
|
||||
bca.numValues++;
|
||||
|
Loading…
Reference in New Issue
Block a user