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:
18529f3
)
MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.
author
Bill Wendling
<isanbard@gmail.com>
Fri, 27 Oct 2006 18:47:29 +0000
(18:47 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Fri, 27 Oct 2006 18:47:29 +0000
(18:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31219
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/FoldingSet.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/FoldingSet.cpp
b/lib/Support/FoldingSet.cpp
index d8eff37df67d4f6c07fb462529fddac531dbeb23..14b524bceb88929cc2c0e2c783239a9d5271e685 100644
(file)
--- a/
lib/Support/FoldingSet.cpp
+++ b/
lib/Support/FoldingSet.cpp
@@
-15,7
+15,7
@@
//===----------------------------------------------------------------------===//
#include "llvm/ADT/FoldingSet.h"
-#include "llvm/
ADT
/MathExtras.h"
+#include "llvm/
Support
/MathExtras.h"
using namespace llvm;
//===----------------------------------------------------------------------===//