Skip to content

Commit 25a4489

Browse files
committed
namespace fix
1 parent 37f71f9 commit 25a4489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2247,7 +2247,7 @@ bool HexagonLoopIdiomRecognize::processCopyingStore(Loop *CurLoop,
22472247

22482248
// FIXME: This should check if the call is supported
22492249
StringRef HexagonVolatileMemcpyName =
2250-
RuntimeLibcallsInfo::getLibcallImplName(
2250+
RTLIB::RuntimeLibcallsInfo::getLibcallImplName(
22512251
RTLIB::impl_hexagon_memcpy_forward_vp4cp4n2);
22522252
FunctionCallee Fn = M->getOrInsertFunction(
22532253
HexagonVolatileMemcpyName, VoidTy, PtrTy, PtrTy, Int32Ty);

0 commit comments

Comments
 (0)