Skip to content

Commit 05023a6

Browse files
arsenmgithub-actions[bot]
authored andcommitted
Automerge: RuntimeLibcalls: Remove LibcallLoweringPredicate from RuntimeLibcallImpl (#166585)
This is unused and will not make sense.
2 parents eef4a16 + dd88923 commit 05023a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/IR/RuntimeLibcallsImpl.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ class RuntimeLibcall {
6161
class RuntimeLibcallImpl<RuntimeLibcall P, string Name = NAME> {
6262
RuntimeLibcall Provides = P;
6363
string LibCallFuncName = Name;
64-
list<LibcallLoweringPredicate> LoweringPredicates;
6564
bit IsDefault = false;
6665
}
6766

0 commit comments

Comments
 (0)