Moving these files from Code/PreSelection to here.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 20 Sep 2002 00:29:28 +0000 (00:29 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 20 Sep 2002 00:29:28 +0000 (00:29 +0000)
commitabf055c69857b62aa67fe159b23f03c7186ed726
treea51cae27c7340e28b0ac54d20dfa26f16100b735
parent3aaff7eebd293bf1b409d2b8ab03da4658839df8
Moving these files from Code/PreSelection to here.
Original logs for PreSelection.cpp:

  revision 1.2
  date: 2002/09/17 23:50:32;  author: lattner;  state: Exp;  lines: +1 -3
  Don't put default parameter values into .cpp files, it breaks 3.x compilers

  revision 1.1
  date: 2002/09/16 15:31:13;  author: vadve;  state: Exp;
  New preselection pass that specializes LLVM code for a target machine,
  while remaining in legal portable LLVM form and preserving type
  information and type safety.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3838 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/PreOpts/Makefile [new file with mode: 0644]
lib/Target/SparcV9/SparcV9PreSelection.cpp [new file with mode: 0644]