llvm-6502/include/llvm/Transforms/IPO.h

13 lines
312 B
C
Raw Normal View History

//===- llvm/Transforms/CleanupGCCOutput.h - Cleanup GCC Output ---*- C++ -*--=//
//
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_TRANSFORMS_CLEANUPGCCOUTPUT_H
#define LLVM_TRANSFORMS_CLEANUPGCCOUTPUT_H
class Pass;
Pass *createCleanupGCCOutputPass();
#endif