We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64aaadc commit 5fa795eCopy full SHA for 5fa795e
llvm/lib/CodeGen/StaticDataSplitter.cpp
@@ -60,8 +60,7 @@ class StaticDataSplitter : public MachineFunctionPass {
60
61
// Returns the constant if the operand refers to a global variable or constant
62
// that gets lowered to static data sections. Otherwise, return nullptr.
63
- const Constant *getConstant(const MachineOperand &Op,
64
- const TargetMachine &TM,
+ const Constant *getConstant(const MachineOperand &Op, const TargetMachine &TM,
65
const MachineConstantPool *MCP);
66
67
// Use profiles to partition static data.
0 commit comments