We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fbe80 commit 4fbf917Copy full SHA for 4fbf917
clang/include/clang/Basic/BuiltinsRISCV.td
@@ -151,7 +151,7 @@ def ntl_store : RISCVBuiltin<"void(...)">;
151
// Zihintpause extension.
152
//===----------------------------------------------------------------------===//
153
let Features = "zihintpause" in {
154
-def pause : RISCVBuiltin<"void(...)">;
+def pause : RISCVBuiltin<"void()">;
155
} // Features = "zihintpause"
156
157
0 commit comments