This is the matching change for the data structure name changes for the
[oota-llvm.git] / lib / Support / Timer.cpp
index 03ac9632f0c16d4b13b64eb8516556f4c8ae7f4a..598e8ad6a1a52aac41d2c68ac1b1c89993d39464 100644 (file)
@@ -184,7 +184,7 @@ void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const {
   OS << "  ";
   
   if (Total.getMemUsed())
-    OS << format("%9lld  ", (long long)getMemUsed());
+    OS << format("%9" PRId64 "  ", (int64_t)getMemUsed());
 }