mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 02:24:29 +00:00
Minor cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,16 +1,15 @@
|
|||||||
//===-- llvm/CodeGen/StackSots.h -------------------------------*- C++ -*--===//
|
//===-- llvm/CodeGen/StackSots.h -------------------------------*- C++ -*--===//
|
||||||
//
|
//
|
||||||
// External interface to stack-slots pass that enters 2 empty slots
|
// External interface to stack-slots pass that enters 2 empty slots at the top
|
||||||
// at the top of each function stack
|
// of each function stack
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_CODEGEN_STACKSLOTS_H
|
#ifndef LLVM_CODEGEN_STACKSLOTS_H
|
||||||
#define LLVM_CODEGEN_STACKSLOTS_H
|
#define LLVM_CODEGEN_STACKSLOTS_H
|
||||||
|
|
||||||
class TargetMachine;
|
|
||||||
class Pass;
|
class Pass;
|
||||||
|
class TargetMachine;
|
||||||
Pass *createStackSlotsPass(TargetMachine &Target);
|
Pass *createStackSlotsPass(const TargetMachine &TM);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user