Skip to content

Commit 8350d95

Browse files
committed
indent fix
1 parent 8f08716 commit 8350d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/SystemZ/SystemZConstantPoolValue.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
using namespace llvm;
1515

1616
SystemZConstantPoolValue::SystemZConstantPoolValue(
17-
const GlobalValue *GV, SystemZCP::SystemZCPModifier Modifier)
18-
: MachineConstantPoolValue(GV->getType()), GV(GV), Modifier(Modifier) {}
17+
const GlobalValue *GV, SystemZCP::SystemZCPModifier Modifier)
18+
: MachineConstantPoolValue(GV->getType()), GV(GV), Modifier(Modifier) {}
1919

2020
SystemZConstantPoolValue *
2121
SystemZConstantPoolValue::Create(const GlobalValue *GV,

0 commit comments

Comments
 (0)