Commit 32254d13 authored by Kevin Modzelewski's avatar Kevin Modzelewski

update this unused code

parent 059ea8c2
......@@ -42,7 +42,7 @@ void OprofileJITEventListener::NotifyObjectEmitted(const llvm::ObjectImage& Obj)
if (VERBOSITY() >= 1)
printf("An object has been emitted:\n");
llvm::error_code code;
llvm_error_code code;
for (llvm::object::symbol_iterator I = Obj.begin_symbols(), E = Obj.end_symbols(); I != E;) {
llvm::object::SymbolRef::Type type;
code = I->getType(type);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment