[C++] Use 'nullptr'.
[oota-llvm.git] / lib / Target / R600 / SIInstrInfo.h
index 044cf37c95760a99722a5b8c88929eac24827a03..415f31bfd68dbe377294f598db2c3c22259a8f52 100644 (file)
@@ -79,7 +79,7 @@ public:
                                            bool NewMI=false) const;
 
   bool isTriviallyReMaterializable(const MachineInstr *MI,
-                                   AliasAnalysis *AA = 0) const;
+                                   AliasAnalysis *AA = nullptr) const;
 
   virtual unsigned getIEQOpcode() const {
     llvm_unreachable("Unimplemented");