From bb036be62020d9828f29930c83fca48000788493 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 18 Sep 2001 16:33:36 +0000 Subject: [PATCH] Un-neuter makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@623 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 668c94bea13..516780f5b31 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,3 @@ -default: testcodegen - LLC := ../tools/Debug/llc AS := ../tools/Debug/as LLCOPTS := -dsched y