Skip to content

Commit 4fbf917

Browse files
committed
Address review comments
1 parent b5fbe80 commit 4fbf917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/BuiltinsRISCV.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def ntl_store : RISCVBuiltin<"void(...)">;
151151
// Zihintpause extension.
152152
//===----------------------------------------------------------------------===//
153153
let Features = "zihintpause" in {
154-
def pause : RISCVBuiltin<"void(...)">;
154+
def pause : RISCVBuiltin<"void()">;
155155
} // Features = "zihintpause"
156156

157157
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)