Skip to content

Commit b379520

Browse files
committed
[RISCV][GISel] Add missing using LegalityPredicates.
1 parent da1736e commit b379520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "llvm/IR/Type.h"
2020

2121
using namespace llvm;
22+
using namespace LegalityPredicates;
2223

2324
RISCVLegalizerInfo::RISCVLegalizerInfo(const RISCVSubtarget &ST) {
2425
const unsigned XLen = ST.getXLen();

0 commit comments

Comments
 (0)