Skip to content

Commit 69d9c85

Browse files
committed
[RISCV] fix formatting for RISCVSelectionDAGTest.cpp
Signed-off-by: Shreeyash Pandey <[email protected]>
1 parent 3ffebc7 commit 69d9c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/unittests/Target/RISCV/RISCVSelectionDAGTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ TEST_F(RISCVSelectionDAGTest, computeKnownBits_SRLW) {
8787
// %c = zext i32 %b to i64 ; makes the most significant 32 bits 0
8888
// ret i64 %c
8989
// }
90-
// The Optimized SelectionDAG as show by llc -mtriple="riscv64" -debug-only=isel-dump
91-
// is:
90+
// The Optimized SelectionDAG as show by llc -mtriple="riscv64"
91+
// -debug-only=isel-dump is:
9292
// t0: ch,glue = EntryToken
9393
// t2: i64,ch = CopyFromReg t0, Register:i64 %0
9494
// t18: i64 = and t2, Constant:i64<2147483647>

0 commit comments

Comments
 (0)