Skip to content

Commit cc0a23d

Browse files
authored
[SYCLomatic] Fix a compilation bug of dpct. (#844)
Signed-off-by: Tang, Jiajun [email protected]
1 parent 48bbed3 commit cc0a23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/DPCT/CallExprRewriter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ class DerefExprRewriter : public PrinterRewriter<DerefExpr> {
12801280
DerefExprRewriter(
12811281
const CallExpr *C, StringRef Source,
12821282
const std::function<ArgValueT(const CallExpr *)> &ArgCreator)
1283-
: PrinterRewriter<DerefExpr>(C, Source, ArgCreator(C)) {}
1283+
: PrinterRewriter<dpct::DerefExpr>(C, Source, ArgCreator(C)) {}
12841284
};
12851285

12861286
class SubGroupPrinter {

0 commit comments

Comments
 (0)