1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib
Chris Lattner bec3b4ede1 Preselection is _not_ a basicblock pass, because it adds global variables to
the module.  This change converts it from being a basic block pass to being
a simple pass.  This allows elimination of the annotation and simplification
of the logic for moving constants into global variables.

llvm-svn: 9320
2003-10-21 14:49:19 +00:00
..
Analysis Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
AsmParser Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Bytecode Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
CodeGen Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
CWriter Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
ExecutionEngine Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Support Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Target Preselection is _not_ a basicblock pass, because it adds global variables to 2003-10-21 14:49:19 +00:00
Transforms Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
VMCore Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00