commit | 7e583cfafeb07713e5ceadcfe28b70111a528d97 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jul 21 20:58:30 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jul 21 20:58:30 2001 +0000 |
tree | c490b4419ced08f09afcb6069aa6a412ff1c3a70 | |
parent | f9be9a9bf17e2b44e826fe6aa31e2fc691326bc4 [diff] [blame] |
Renamed include/llvm/Codegen to include/llvm/CodeGen git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp b/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp index 08e12ff..c687da7 100644 --- a/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp +++ b/lib/CodeGen/TargetMachine/Sparc/Sparc.cpp
@@ -15,7 +15,7 @@ //*************************** User Include Files ***************************/ #include "llvm/DerivedTypes.h" -#include "llvm/Codegen/Sparc.h" +#include "llvm/CodeGen/Sparc.h" //************************ Exported Constants ******************************/