Use CostPool::PoolRef typedef some more
[oota-llvm.git] / include / llvm / CodeGen / MachineInstrBuilder.h
index d7eb7060c9c1d2004de91ecc49db8660495a0db8..21a482cdbd4c97c1359c7376240078a49925cf6b 100644 (file)
@@ -46,7 +46,7 @@ class MachineInstrBuilder {
   MachineFunction *MF;
   MachineInstr *MI;
 public:
-  MachineInstrBuilder() : MF(0), MI(0) {}
+  MachineInstrBuilder() : MF(nullptr), MI(nullptr) {}
 
   /// Create a MachineInstrBuilder for manipulating an existing instruction.
   /// F must be the machine function  that was used to allocate I.