llvm-6502/test
Owen Anderson 009e4f7609 Fix two issues that Eli Friedman pointed out, where would misoptimized code like:
char a[200];
init(a, a+200);

OR

int a[200];
char* b = (char*)a;
char* c = (char*)a;
foo(b, c);


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51850 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-01 22:26:26 +00:00
..
Analysis
Archive
Assembler IR, bitcode reader, bitcode writer, and asmparser changes to 2008-05-31 00:58:22 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen update this patch to handle an extraneous &1. This should be pulled 2008-05-31 19:50:53 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda
FrontendC
FrontendC++
FrontendObjC
Integer
lib
Linker
LLVMC
Other
Scripts
TableGen
Transforms Fix two issues that Eli Friedman pointed out, where would misoptimized code like: 2008-06-01 22:26:26 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh