Skip to content

Commit 42531a6

Browse files
committed
Alphabetize forward declaration
1 parent 5cd0e50 commit 42531a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVConstantPoolValue.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
namespace llvm {
2121

22-
class LLVMContext;
23-
class GlobalValue;
2422
class BlockAddress;
23+
class GlobalValue;
24+
class LLVMContext;
2525

2626
namespace RISCVCP {
2727

0 commit comments

Comments
 (0)