summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/IntrinsicLowering.h (renamed from llvm/include/llvm/CodeGen/IntrinsicLowering.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/IntrinsicLowering.h b/llvm/include/llvm/IntrinsicLowering.h
index 7b2e27d71ea..9d4d89a0acf 100644
--- a/llvm/include/llvm/CodeGen/IntrinsicLowering.h
+++ b/llvm/include/llvm/IntrinsicLowering.h
@@ -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;
OpenPOWER on IntegriCloud