diff options
author | Duncan Sands <baldrick@free.fr> | 2009-01-28 11:33:59 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-01-28 11:33:59 +0000 |
commit | e02f724880ddb7ffe296cda3ffb9822761a13ce7 (patch) | |
tree | 3d03ec99b13ebfb236ed5ac40fe31596731fc3be /win32 | |
parent | 1632782fe9a845e545f0ebd05fb4dc304adb5bd2 (diff) | |
download | external_llvm-e02f724880ddb7ffe296cda3ffb9822761a13ce7.zip external_llvm-e02f724880ddb7ffe296cda3ffb9822761a13ce7.tar.gz external_llvm-e02f724880ddb7ffe296cda3ffb9822761a13ce7.tar.bz2 |
Fix PR3415 (infinite loop in EscapeAnalysis) by
deleting the escape analysis pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Analysis/Analysis.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj index 3f5550f..e116aa3 100644 --- a/win32/Analysis/Analysis.vcproj +++ b/win32/Analysis/Analysis.vcproj @@ -349,10 +349,6 @@ > </File> <File - RelativePath="..\..\lib\Analysis\EscapeAnalysis.cpp" - > - </File> - <File RelativePath="..\..\lib\Analysis\InstCount.cpp" > </File> |