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:
065d97e
)
eliminate dependency on Bitcode headers.
author
Chris Lattner
<sabre@nondot.org>
Sat, 8 Dec 2007 19:01:44 +0000
(19:01 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 8 Dec 2007 19:01:44 +0000
(19:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44709
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/APInt.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/APInt.h
b/include/llvm/ADT/APInt.h
index 7e06d3d1aeccb2d9e5cbdc70429d7158774c8a3e..a9e051df21a6659c7048bcebca4676743f012009 100644
(file)
--- a/
include/llvm/ADT/APInt.h
+++ b/
include/llvm/ADT/APInt.h
@@
-16,14
+16,15
@@
#define LLVM_APINT_H
#include "llvm/Support/DataTypes.h"
-#include "llvm/Bitcode/SerializationFwd.h"
#include <cassert>
#include <string>
#define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]
namespace llvm {
-
+ class Serializer;
+ class Deserializer;
+
/* An unsigned host type used as a single part of a multi-part
bignum. */
typedef uint64_t integerPart;