[llvm-commits] CVS: llvm-test/Makefile.programs

Duraid Madina duraid at octopus.com.au
Thu Jan 19 06:17:41 PST 2006



Changes in directory llvm-test:

Makefile.programs updated: 1.184 -> 1.185
---
Log message:

look at those cute little opcodes running around!!



---
Diffs of the changes:  (+1 -1)

 Makefile.programs |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.184 llvm-test/Makefile.programs:1.185
--- llvm-test/Makefile.programs:1.184	Mon Jan 16 20:35:29 2006
+++ llvm-test/Makefile.programs	Thu Jan 19 08:17:29 2006
@@ -194,7 +194,7 @@
 # -enable-alpha-FTOI -enable-alpha-intfpdiv
 endif
 ifeq ($(ARCH),IA64)
-LLCBETAOPTION := -enable-ia64-dag-isel 
+LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
 LLCBETAOPTION := -enable-x86-dag-isel






More information about the llvm-commits mailing list