Skip to content

Commit 15e252f

Browse files
committed
Add space back
1 parent e8b839f commit 15e252f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ struct PPCOperand : public MCParsedAsmOperand {
699699
Op->IsPPC64 = IsPPC64;
700700
return Op;
701701
}
702+
702703
static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E,
703704
bool IsPPC64,
704705
bool IsMemOpBase = false) {

0 commit comments

Comments
 (0)