summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-28 08:30:07 +0000
committerChris Lattner <sabre@nondot.org>2003-12-28 08:30:07 +0000
commit6e7d2fa79cdaea8227c99c90002d99dc71c31a58 (patch)
tree6a3b34e58fbb9dfbc1cbec05a17f1063a64fadcc /llvm
parent08c196dd4ba7dccdf0a7982cbe6421183f105f2f (diff)
downloadbcm5719-llvm-6e7d2fa79cdaea8227c99c90002d99dc71c31a58.tar.gz
bcm5719-llvm-6e7d2fa79cdaea8227c99c90002d99dc71c31a58.zip
Move header into top-level llvm dir
llvm-svn: 10622
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