llvm-6502/lib
Rafael Espindola 4b04578d65 It turns out that with the current scev organization ReuseOrCreateCast cannot
know where users will be added. Because of this, it cannot use
Builder.GetInsertPoint at all.

This patch
* removes the FIXME about adding the assert.
* adds a comment explaining hy we don't have one.
* removes a broken logic that only works for some callers and is not needed
  since r150884.
* adds an assert to caller that would have caught the bug fixed by r150884.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151015 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-21 01:19:51 +00:00
..
Analysis It turns out that with the current scev organization ReuseOrCreateCast cannot 2012-02-21 01:19:51 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix some bugs in HMEditor's moveAllOperandsInto logic. 2012-02-21 00:00:36 +00:00
DebugInfo
ExecutionEngine Remove dead code. Improve llvm_unreachable text. Simplify some control flow. 2012-02-19 11:37:01 +00:00
Linker
MC Remove dead code. Improve llvm_unreachable text. Simplify some control flow. 2012-02-19 11:37:01 +00:00
Object
Support Move constructors out-of-line and flesh out their documentation. No 2012-02-20 00:02:47 +00:00
TableGen
Target Improve generated code for extending loads and some trunc stores on ARM. 2012-02-20 09:24:05 +00:00
Transforms Check for the correct size in the invariant marker. 2012-02-20 23:32:26 +00:00
VMCore Remove dead code. Improve llvm_unreachable text. Simplify some control flow. 2012-02-19 11:37:01 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile