mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-24 04:32:09 +00:00
fix header comment and include guard.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66273 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
57c03831cc
commit
224cef60f4
@ -1,4 +1,4 @@
|
|||||||
/*===-- Scalar.h - Scalar Transformation Library C Interface ----*- C++ -*-===*\
|
/*===-- IPO.h - Interprocedural Transformations C Interface -----*- C++ -*-===*\
|
||||||
|* *|
|
|* *|
|
||||||
|* The LLVM Compiler Infrastructure *|
|
|* The LLVM Compiler Infrastructure *|
|
||||||
|* *|
|
|* *|
|
||||||
@ -7,17 +7,13 @@
|
|||||||
|* *|
|
|* *|
|
||||||
|*===----------------------------------------------------------------------===*|
|
|*===----------------------------------------------------------------------===*|
|
||||||
|* *|
|
|* *|
|
||||||
|* This header declares the C interface to libLLVMScalarOpts.a, which *|
|
|* This header declares the C interface to libLLVMIPO.a, which implements *|
|
||||||
|* implements various scalar transformations of the LLVM IR. *|
|
|* various interprocedural transformations of the LLVM IR. *|
|
||||||
|* *|
|
|
||||||
|* Many exotic languages can interoperate with C code but have a harder time *|
|
|
||||||
|* with C++ due to name mangling. So in addition to C, this interface enables *|
|
|
||||||
|* tools written in such languages. *|
|
|
||||||
|* *|
|
|* *|
|
||||||
\*===----------------------------------------------------------------------===*/
|
\*===----------------------------------------------------------------------===*/
|
||||||
|
|
||||||
#ifndef LLVM_C_TRANSFORMS_SCALAR_H
|
#ifndef LLVM_C_TRANSFORMS_IPO_H
|
||||||
#define LLVM_C_TRANSFORMS_SCALAR_H
|
#define LLVM_C_TRANSFORMS_IPO_H
|
||||||
|
|
||||||
#include "llvm-c/Core.h"
|
#include "llvm-c/Core.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user