Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b1040e7

Browse filesBrowse files
committed
[GISel][AArch64] formatting changes
1 parent d6939a5 commit b1040e7
Copy full SHA for b1040e7

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h

Copy file name to clipboardExpand all lines: llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,10 @@ bool GIMatchTableExecutor::executeMatchTable(
415415
uint64_t OpIdx = readULEB();
416416
uint16_t Predicate = readU16();
417417
DEBUG_WITH_TYPE(TgtExecutor::getName(),
418-
dbgs()
419-
<< CurrentIdx << ": GIM_CheckLeafOperandPredicate(MIs["
420-
<< InsnID << "]->getOperand(" << OpIdx
421-
<< "), Predicate=" << Predicate << ")\n");
418+
dbgs() << CurrentIdx
419+
<< ": GIM_CheckLeafOperandPredicate(MIs[" << InsnID
420+
<< "]->getOperand(" << OpIdx
421+
<< "), Predicate=" << Predicate << ")\n");
422422
assert(State.MIs[InsnID] != nullptr && "Used insn before defined");
423423
assert(State.MIs[InsnID]->getOperand(OpIdx).isReg() &&
424424
"Expected register operand");

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.