mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 07:31:39 +00:00
Move header into top-level llvm dir
llvm-svn: 10622
This commit is contained in:
parent
57ff7c242c
commit
00a54b7c00
@ -1,4 +1,4 @@
|
||||
//===-- llvm/CodeGen/IntrinsicLowering.h - Intrinsic Lowering ---*- C++ -*-===//
|
||||
//===-- llvm/IntrinsicLowering.h - Intrinsic Function Lowering --*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -30,8 +30,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_CODEGEN_INTRINSICLOWERING_H
|
||||
#define LLVM_CODEGEN_INTRINSICLOWERING_H
|
||||
#ifndef LLVM_INTRINSICLOWERING_H
|
||||
#define LLVM_INTRINSICLOWERING_H
|
||||
|
||||
namespace llvm {
|
||||
class CallInst;
|
Loading…
x
Reference in New Issue
Block a user