clean up; NFC
[oota-llvm.git] / lib / DebugInfo / DIContext.cpp
index 49a44097d3e22a2e3e06bcf11139aec03302e9d3..29ef8f29f14713ef41fdee07e3eb1e17d78d4d97 100644 (file)
@@ -13,6 +13,6 @@ using namespace llvm;
 
 DIContext::~DIContext() {}
 
-DIContext *DIContext::getDWARFContext(object::ObjectFile *Obj) {
+DIContext *DIContext::getDWARFContext(object::ObjectFile &Obj) {
   return new DWARFContextInMemory(Obj);
 }