mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
Dead header file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8317 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
145b7ddd67
commit
b23043dc8e
@ -1,20 +0,0 @@
|
||||
//===-- LevelChange.h - Passes for raising/lowering llvm code ----*- C++ -*--=//
|
||||
//
|
||||
// This family of passes is useful for changing the 'level' of a module. This
|
||||
// can either be raising (f.e. converting direct addressing to use getelementptr
|
||||
// for structs and arrays), or lowering (for instruction selection).
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_TRANSFORMS_LEVELCHANGE_H
|
||||
#define LLVM_TRANSFORMS_LEVELCHANGE_H
|
||||
|
||||
class Pass;
|
||||
|
||||
// RaisePointerReferences - Try to eliminate as many pointer arithmetic
|
||||
// expressions as possible, by converting expressions to use getelementptr and
|
||||
// friends.
|
||||
//
|
||||
Pass *createRaisePointerReferencesPass();
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user