Stub out a new lazy value info pass, which will eventually
authorChris Lattner <sabre@nondot.org>
Wed, 11 Nov 2009 00:22:30 +0000 (00:22 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Nov 2009 00:22:30 +0000 (00:22 +0000)
commit10f2d13d580da348ba9769864f02d0d5a862c1e0
treed2bc48620d1f25d724e0b2b486975e622f4f93f1
parentb14b88a40ab12996c2982c4bc10fd35bb9a371d4
Stub out a new lazy value info pass, which will eventually
vend value constraint information to the optimizer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86767 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LazyValueInfo.h [new file with mode: 0644]
include/llvm/Analysis/Passes.h
include/llvm/LinkAllPasses.h
lib/Analysis/CMakeLists.txt
lib/Analysis/LazyValueInfo.cpp [new file with mode: 0644]
test/Transforms/JumpThreading/basic.ll