[x86] Make the 'x86-64' cpu, what I see as and many use as the generic
[oota-llvm.git] / lib / Target / X86 / X86PadShortFunction.cpp
index 76b318eca3c8e593a076e309efdf30d31b929570..84521ccee481c616652fc30a4551e66aa656183d 100644 (file)
@@ -50,7 +50,7 @@ namespace {
   struct PadShortFunc : public MachineFunctionPass {
     static char ID;
     PadShortFunc() : MachineFunctionPass(ID)
-                   , Threshold(4), TM(0), TII(0) {}
+                   , Threshold(4), TM(nullptr), TII(nullptr) {}
 
     bool runOnMachineFunction(MachineFunction &MF) override;