summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCELFStreamer.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-04-13 04:57:38 +0000
committerCraig Topper <craig.topper@gmail.com>2014-04-13 04:57:38 +0000
commitbb694de64964b4026ca1fb2ec2dcb5023d4923ac (patch)
treee6172ee81777598ab71087d900e2039987a18981 /llvm/lib/MC/MCELFStreamer.cpp
parent9e2f0a4f628b2cefb9a234c3c66f820bdbc966fc (diff)
downloadbcm5719-llvm-bb694de64964b4026ca1fb2ec2dcb5023d4923ac.tar.gz
bcm5719-llvm-bb694de64964b4026ca1fb2ec2dcb5023d4923ac.zip
[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr.
llvm-svn: 206129
Diffstat (limited to 'llvm/lib/MC/MCELFStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCELFStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCELFStreamer.cpp b/llvm/lib/MC/MCELFStreamer.cpp
index f710c3e1ea7..4242b626b3c 100644
--- a/llvm/lib/MC/MCELFStreamer.cpp
+++ b/llvm/lib/MC/MCELFStreamer.cpp
@@ -537,7 +537,7 @@ void MCELFStreamer::Flush() {
}
void MCELFStreamer::FinishImpl() {
- EmitFrames(NULL, true);
+ EmitFrames(nullptr, true);
Flush();
OpenPOWER on IntegriCloud