mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
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. llvm-svn: 3759
This commit is contained in:
parent
4c4612444a
commit
feebe5999b
16
include/llvm/CodeGen/PreSelection.h
Normal file
16
include/llvm/CodeGen/PreSelection.h
Normal file
@ -0,0 +1,16 @@
|
||||
//===-- llvm/CodeGen/PreSelection.h ----------------------------*- C++ -*--===//
|
||||
//
|
||||
// External interface to pre-selection pass that specializes LLVM
|
||||
// code for a target machine.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_CODEGEN_PRE_SELECTION_H
|
||||
#define LLVM_CODEGEN_PRE_SELECTION_H
|
||||
|
||||
class TargetMachine;
|
||||
class Pass;
|
||||
|
||||
Pass *createPreSelectionPass(TargetMachine &Target);
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user