diff options
Diffstat (limited to 'llvm/lib/Transforms/Utils/ValueMapper.h')
-rw-r--r-- | llvm/lib/Transforms/Utils/ValueMapper.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/lib/Transforms/Utils/ValueMapper.h b/llvm/lib/Transforms/Utils/ValueMapper.h index e67b3261dba..941a8b3c5db 100644 --- a/llvm/lib/Transforms/Utils/ValueMapper.h +++ b/llvm/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 |