hanchenye-llvm-project/llvm
Justin Bogner fd757648a4 PM: Fix an inverted condition in simplifyFunctionCFG
I mentioned the issue here in code review way back in September and
was sure we'd fixed it, but apparently we forgot:

  http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20150921/301850.html

In any case, as soon as you try to use this pass in anything but the
most basic pipeline everything falls apart. Fix the condition.

llvm-svn: 257935
2016-01-15 21:21:39 +00:00
..
autoconf Update version to 3.9. 2016-01-13 17:32:32 +00:00
bindings
cmake [CMake] Need to install VersionFromVCS.cmake as part of LLVM's CMake modules 2016-01-15 17:49:46 +00:00
docs [docs] Document LLVM_{BUILD,LINK}_LLVM_DYLIB 2016-01-15 03:33:35 +00:00
examples Fix examples corresponding to r257302. 2016-01-11 05:04:20 +00:00
include [WinEH] Rename CatchReturnInst::getParentPad, NFC 2016-01-15 21:16:19 +00:00
lib PM: Fix an inverted condition in simplifyFunctionCFG 2016-01-15 21:21:39 +00:00
projects
resources
test CXX_FAST_TLS calling convention: fix issue on ARM. 2016-01-15 20:24:11 +00:00
tools Bring back "Assert that we have all use/users in the getters." 2016-01-15 19:00:20 +00:00
unittests [InstructionsTest] delete via unique_ptr (NFC) 2016-01-15 15:08:36 +00:00
utils test-release.sh: Fix clang-tools-extra symlink for CMake build 2016-01-15 17:04:45 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Update version to 3.9. 2016-01-13 17:32:32 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert previous test commit. 2016-01-04 19:13:29 +00:00
configure Update version to 3.9. 2016-01-13 17:32:32 +00:00
llvm.spec.in

README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.