llvm-6502/lib
Chris Lattner 1d871c5e54 fix PR5295 where the .ll parser didn't reject a function after a global
or global after a function with conflicting names.  Update some testcases
that were accidentally depending on this behavior.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85081 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-25 23:22:50 +00:00
..
Analysis
Archive
AsmParser fix PR5295 where the .ll parser didn't reject a function after a global 2009-10-25 23:22:50 +00:00
Bitcode Suppress -Asserts warning. 2009-10-25 23:11:06 +00:00
CodeGen Use isIdentityCopy. Fix a bozo bug (flipped condition) in InvalidateRegDef. 2009-10-25 07:51:47 +00:00
CompilerDriver
ExecutionEngine fix PR5186: the JIT shouldn't try to codegen available_externally 2009-10-25 23:06:42 +00:00
Linker
MC
Support
System Remove unused includes. 2009-10-25 22:38:41 +00:00
Target of -> or 2009-10-25 19:14:48 +00:00
Transforms
VMCore
Makefile