[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead...
[oota-llvm.git] / lib / MC / MCELFStreamer.cpp
index f710c3e1ea7811164c0d78a8521f6855ffa5c964..4242b626b3c4b42d09cb4f70ae1c78d4d7f442e3 100644 (file)
@@ -537,7 +537,7 @@ void MCELFStreamer::Flush() {
 }
 
 void MCELFStreamer::FinishImpl() {
-  EmitFrames(NULL, true);
+  EmitFrames(nullptr, true);
 
   Flush();