X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FCodeGen%2FDFAPacketizer.h;h=e4386fc8e28838199726a28b142ccff07abd7d2c;hb=310f248c22c5a20eaa4de1e612af3338a89144f3;hp=2d2db78144a453f6972c9333700268da30fdb8e3;hpb=902337092fef14ce2519b4c93c37d72bf66ce768;p=oota-llvm.git diff --git a/include/llvm/CodeGen/DFAPacketizer.h b/include/llvm/CodeGen/DFAPacketizer.h index 2d2db78144a..e4386fc8e28 100644 --- a/include/llvm/CodeGen/DFAPacketizer.h +++ b/include/llvm/CodeGen/DFAPacketizer.h @@ -135,7 +135,7 @@ public: // initPacketizerState - perform initialization before packetizing // an instruction. This function is supposed to be overrided by // the target dependent packetizer. - virtual void initPacketizerState(void) { return; } + virtual void initPacketizerState() { return; } // ignorePseudoInstruction - Ignore bundling of pseudo instructions. virtual bool ignorePseudoInstruction(MachineInstr *I,