1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Disable this for now.

llvm-svn: 33953
This commit is contained in:
Chris Lattner 2007-02-06 05:38:37 +00:00
parent 677cc21b01
commit 5a58c58552

View 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