OSDN Git Service

Add a function to Passes.h to allow clients to create instances
authorDan Gohman <gohman@apple.com>
Sun, 1 Nov 2009 15:28:36 +0000 (15:28 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 1 Nov 2009 15:28:36 +0000 (15:28 +0000)
commit2166f6229042a4d3d65847ebe0d453cd664682ef
treed56d7284eb9db0a459286385dbaad5f28d6f3256
parent34e9d7b6be970b4a6aae876e3c40a4151da67e6e
Add a function to Passes.h to allow clients to create instances
of the ScalarEvolution pass without needing to #include ScalarEvolution.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85716 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Passes.h
lib/Analysis/ScalarEvolution.cpp