projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd43dcf
)
Disable this for now.
author
Chris Lattner
<sabre@nondot.org>
Tue, 6 Feb 2007 05:38:37 +0000
(
05:38
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Support/APInt.cpp
b/lib/Support/APInt.cpp
index 1b2edef5a273964f2c378eeb1122d6b721aaba8d..d8441743b5e53a15b8740eaf375aff73ed3ac279 100644
(file)
--- a/
lib/Support/APInt.cpp
+++ b/
lib/Support/APInt.cpp
@@
-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
+