[llvm-commits] [127800] redisable i128 codegen from llvm-gcc to work around PR1462

clattner at apple.com clattner at apple.com
Tue May 29 21:14:53 PDT 2007


Revision: 127800
Author:   clattner
Date:     2007-05-29 21:14:52 -0700 (Tue, 29 May 2007)

Log Message:
-----------
redisable i128 codegen from llvm-gcc to work around PR1462

Modified Paths:
--------------
    apple-local/branches/llvm/gcc/llvm-types.cpp

Modified: apple-local/branches/llvm/gcc/llvm-types.cpp
===================================================================
--- apple-local/branches/llvm/gcc/llvm-types.cpp	2007-05-29 23:40:14 UTC (rev 127799)
+++ apple-local/branches/llvm/gcc/llvm-types.cpp	2007-05-30 04:14:52 UTC (rev 127800)
@@ -494,7 +494,7 @@
     case 16:
     case 32:
     case 64:
-    case 128:
+    //case 128:  Waiting for PR1462 etc.
       break;
     default:
       static bool Warned = false;





More information about the llvm-commits mailing list