[C++] Use 'nullptr'.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.h
index b1b0768008f96bac960f07df20152f532ed6b500..d2bd5089cb29396188c692af60f7e9c285df2607 100644 (file)
@@ -189,7 +189,7 @@ public:
                                     TargetMachine *TM);
 
   // Run the JIT on F and return information about the generated code
-  void runJITOnFunction(Function *F, MachineCodeInfo *MCI = 0) override;
+  void runJITOnFunction(Function *F, MachineCodeInfo *MCI = nullptr) override;
 
   void RegisterJITEventListener(JITEventListener *L) override;
   void UnregisterJITEventListener(JITEventListener *L) override;