Skip to content

Commit 44cc5a6

Browse files
committed
Remove commented out code.
1 parent 65f158f commit 44cc5a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/unittests/CodeGen/X86MCInstLowerTest.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ namespace llvm {
2929
class X86MCInstLowerTest : public testing::Test {
3030
protected:
3131
static void SetUpTestCase() {
32-
//LLVMInitializeX86TargetInfo();
33-
//LLVMInitializeX86TargetMC();
34-
//LLVMInitializeX86Target();
35-
//LLVMInitializeX86AsmPrinter();
3632
InitializeAllTargetMCs();
3733
InitializeAllTargetInfos();
3834
InitializeAllTargets();

0 commit comments

Comments
 (0)