Skip to content

Commit 5fa795e

Browse files
clang format
1 parent 64aaadc commit 5fa795e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/StaticDataSplitter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ class StaticDataSplitter : public MachineFunctionPass {
6060

6161
// Returns the constant if the operand refers to a global variable or constant
6262
// that gets lowered to static data sections. Otherwise, return nullptr.
63-
const Constant *getConstant(const MachineOperand &Op,
64-
const TargetMachine &TM,
63+
const Constant *getConstant(const MachineOperand &Op, const TargetMachine &TM,
6564
const MachineConstantPool *MCP);
6665

6766
// Use profiles to partition static data.

0 commit comments

Comments
 (0)