Skip to content

Commit 5bda965

Browse files
committed
More clang format.
1 parent 20fd18e commit 5bda965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/VE/VETargetMachine.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ VETargetMachine::VETargetMachine(const Target &T, const Triple &TT,
9090
std::optional<CodeModel::Model> CM,
9191
CodeGenOptLevel OL, bool JIT)
9292
: CodeGenCommonTMImpl(T, computeDataLayout(TT), TT, CPU, FS, Options,
93-
getEffectiveRelocModel(RM),
94-
getEffectiveCodeModel(CM, CodeModel::Small), OL),
93+
getEffectiveRelocModel(RM),
94+
getEffectiveCodeModel(CM, CodeModel::Small), OL),
9595
TLOF(createTLOF()),
9696
Subtarget(TT, std::string(CPU), std::string(FS), *this) {
9797
initAsmInfo();

0 commit comments

Comments
 (0)