Disable this for now.
authorChris Lattner <sabre@nondot.org>
Tue, 6 Feb 2007 05:38:37 +0000 (05:38 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Feb 2007 05:38:37 +0000 (05:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33953 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/APInt.cpp

index 1b2edef5a273964f2c378eeb1122d6b721aaba8d..d8441743b5e53a15b8740eaf375aff73ed3ac279 100644 (file)
@@ -13,6 +13,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/ADT/APInt.h"
+
+#if 0
 #include "llvm/DerivedTypes.h"
 #include "llvm/Support/MathExtras.h"
 #include <strings.h>
@@ -1111,3 +1113,6 @@ APInt llvm::GreatestCommonDivisor(const APInt& API1, const APInt& API2) {
   }
   return A;
 }
+
+#endif
+