Skip to content

Commit 99191a9

Browse files
committed
Test cleanup
1 parent ddfbe0e commit 99191a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/test/TableGen/RuntimeLibcallEmitter.td

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ def calloc : RuntimeLibcallImpl<CALLOC, "calloc">;
3333
def CompilerRTLibcalls : LibcallImpls<(add __ashlsi3, __lshrdi3)>;
3434
def LibmLibcalls : LibcallImpls<(add sqrtl_f80)>;
3535

36-
//def AllCalls : LibcallImpls<(add CompilerRTLibcalls, LibmLibcalls, __ashlsi3)>;
37-
38-
//def MostCalls : LibcallImpls<(sub AllCalls, __ashlsi3, sqrtl_f128)>;
39-
4036
def isSimpleArch : RuntimeLibcallPredicate<[{TT.getArch() == Triple::simple}]>;
4137
def isFooArch : RuntimeLibcallPredicate<[{TT.getArch() == Triple::foo}]>;
4238

@@ -54,7 +50,6 @@ def isBlahArch : RuntimeLibcallPredicate<[{TT.getArch() == Triple::blah}]>;
5450
def hasCompilerRT : RuntimeLibcallPredicate<[{TT.hasCompilerRT()}]>;
5551

5652

57-
5853
def SimpleLibrary : SystemRuntimeLibrary<isSimpleArch,
5954
(add LibmLibcalls, calloc, CompilerRTLibcalls)>;
6055

0 commit comments

Comments
 (0)