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.
2 parents eef4a16 + dd88923 commit 05023a6Copy full SHA for 05023a6
llvm/include/llvm/IR/RuntimeLibcallsImpl.td
@@ -61,7 +61,6 @@ class RuntimeLibcall {
61
class RuntimeLibcallImpl<RuntimeLibcall P, string Name = NAME> {
62
RuntimeLibcall Provides = P;
63
string LibCallFuncName = Name;
64
- list<LibcallLoweringPredicate> LoweringPredicates;
65
bit IsDefault = false;
66
}
67
0 commit comments