Skip to content

Commit 4a86d70

Browse files
committed
clang-format
1 parent 0ca6a24 commit 4a86d70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/include/llvm/CodeGen/CalcSpillWeights.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ class VirtRegMap;
7878
const MachineRegisterInfo &MRI);
7979

8080
/// Determine if all values in LI are rematerializable.
81-
static bool isRematerializable(const LiveInterval &LI,
82-
LiveIntervals &LIS,
81+
static bool isRematerializable(const LiveInterval &LI, LiveIntervals &LIS,
8382
const VirtRegMap &VRM,
8483
const TargetInstrInfo &TII);
8584

0 commit comments

Comments
 (0)