The CBE generates code which violates the TBAA rules of C, thus we must disable
authorChris Lattner <sabre@nondot.org>
Mon, 18 Aug 2003 22:32:03 +0000 (22:32 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Aug 2003 22:32:03 +0000 (22:32 +0000)
commitc13115c6331178d1d351dbeb6e44c0cf93be16ff
treea37e6db2ed2145243e93922ba2d888fd6f051911
parent24f83a15dd50b923fe674a55c5f11d91f383bb01
The CBE generates code which violates the TBAA rules of C, thus we must disable
optimizations based on these rules.  :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7964 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/ExecutionDriver.cpp