[llvm-commits] CVS: llvm-test/MultiSource/Applications/treecc/main.c

Evan Cheng evan.cheng at apple.com
Wed Sep 13 12:06:14 PDT 2006



Changes in directory llvm-test/MultiSource/Applications/treecc:

main.c updated: 1.2 -> 1.3
---
Log message:

Remove workaround.

---
Diffs of the changes:  (+0 -4)

 main.c |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm-test/MultiSource/Applications/treecc/main.c
diff -u llvm-test/MultiSource/Applications/treecc/main.c:1.2 llvm-test/MultiSource/Applications/treecc/main.c:1.3
--- llvm-test/MultiSource/Applications/treecc/main.c:1.2	Fri Sep  8 13:54:22 2006
+++ llvm-test/MultiSource/Applications/treecc/main.c	Wed Sep 13 14:06:00 2006
@@ -27,10 +27,6 @@
 extern	"C" {
 #endif
 
-#ifdef __x86_64__
-#error "Temporarily disabled for X86-64!"
-#endif
-
 static void Usage(char *progname);
 static void Version(void);
 static int ExtraOptions(TreeCCContext *context, char **options, int num);






More information about the llvm-commits mailing list