Skip to content

Commit dd88923

Browse files
authored
RuntimeLibcalls: Remove LibcallLoweringPredicate from RuntimeLibcallImpl (llvm#166585)
This is unused and will not make sense.
1 parent 056d2c1 commit dd88923

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)