aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-26 21:26:42 +0000
committerChris Lattner <sabre@nondot.org>2005-08-26 21:26:42 +0000
commit6ab94095e426bbc7225ad3fa572f7d5cea41cae4 (patch)
tree891112cd5128f0ef7532c643de1016c183db5045
parent5bbdec386b338a1bc260df9718114ad9c2955998 (diff)
dag-isel becomes llc-beta for ppc
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@23102 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.programs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.programs b/Makefile.programs
index 3aec03c3..61cd0353 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -187,7 +187,7 @@ endif
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION :=
+LLCBETAOPTION := -enable-ppc-dag-isel
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -enable-alpha-FTOI -enable-lsr-for-alpha