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 056d2c1 commit dd88923Copy full SHA for dd88923
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