Forget to commit users part of value mapper interface

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43940 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov
2007-11-09 12:27:04 +00:00
parent 8be8137c3b
commit 344ef19772
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include "llvm/Function.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Compiler.h"
#include "ValueMapper.h"
#include "llvm/Transforms/Utils/ValueMapper.h"
#include "llvm/Analysis/ConstantFolding.h"
#include "llvm/ADT/SmallVector.h"
#include <map>