summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/BugDriver.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 11:26:31 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 11:26:31 +0000
commita4ea269f15221b266def81bbf62825979ecd6e44 (patch)
tree6b2e91b41fee36fad4fe98724989da5731d92241 /llvm/tools/bugpoint/BugDriver.h
parent61743af166a9c24d7348f433153634d6ca8c8391 (diff)
downloadbcm5719-llvm-a4ea269f15221b266def81bbf62825979ecd6e44.tar.gz
bcm5719-llvm-a4ea269f15221b266def81bbf62825979ecd6e44.zip
[Modules] Move ValueMap to the IR library. While this class does not
directly care about the Value class (it is templated so that the key can be any arbitrary Value subclass), it is in fact concretely tied to the Value class through the ValueHandle's CallbackVH interface which relies on the key type being some Value subclass to establish the value handle chain. Ironically, the unittest is already in the right library. llvm-svn: 202824
Diffstat (limited to 'llvm/tools/bugpoint/BugDriver.h')
-rw-r--r--llvm/tools/bugpoint/BugDriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/BugDriver.h b/llvm/tools/bugpoint/BugDriver.h
index 27b37f4dc69..c01bbe557dc 100644
--- a/llvm/tools/bugpoint/BugDriver.h
+++ b/llvm/tools/bugpoint/BugDriver.h
@@ -16,7 +16,7 @@
#ifndef BUGDRIVER_H
#define BUGDRIVER_H
-#include "llvm/ADT/ValueMap.h"
+#include "llvm/IR/ValueMap.h"
#include "llvm/Transforms/Utils/ValueMapper.h"
#include <string>
#include <vector>
OpenPOWER on IntegriCloud