diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-06 19:19:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-06 19:19:32 +0000 |
commit | e4b83877d524adddac6ea9d2abb96a14739a4829 (patch) | |
tree | 47e56f3339035b578e5fd9897f4540546b8e6b56 | |
parent | f07b9a76e546e8ee1df9ac7203c1c78133dcea88 (diff) |
back out accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45660 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Transforms/Scalar.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index e285e80c8e..f1a101f602 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -339,12 +339,6 @@ FunctionPass *createGVNPass(); //===----------------------------------------------------------------------===// // -// ValueInfo - This pass performs FIXME -// -FunctionPass *createValueInfoPass(); - -//===----------------------------------------------------------------------===// -// // CodeGenPrepare - This pass prepares a function for instruction selection. // FunctionPass *createCodeGenPreparePass(const TargetLowering *TLI = 0); |