aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/ValueMapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Utils/ValueMapper.h')
-rw-r--r--lib/Transforms/Utils/ValueMapper.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Transforms/Utils/ValueMapper.h b/lib/Transforms/Utils/ValueMapper.h
index e67b3261db..941a8b3c5d 100644
--- a/lib/Transforms/Utils/ValueMapper.h
+++ b/lib/Transforms/Utils/ValueMapper.h
@@ -18,11 +18,8 @@
#include <map>
namespace llvm {
-
-class Value;
-
-Value *MapValue(const Value *V, std::map<const Value*, Value*> &VM);
-
+ class Value;
+ Value *MapValue(const Value *V, std::map<const Value*, Value*> &VM);
} // End llvm namespace
#endif