commit | e46165fcf08517fe18ac7c48e6ae1ff7b8e1795a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jan 15 21:02:16 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jan 15 21:02:16 2003 +0000 |
tree | d2941629b21d79f13e7c8a80827bd0f1c46d1a92 | |
parent | 14802a539d64e9cbb85f2c20d931ca12d367325c [diff] [blame] |
Move headers around llvm-svn: 5312
diff --git a/llvm/lib/CodeGen/RegAlloc/RegClass.cpp b/llvm/lib/CodeGen/RegAlloc/RegClass.cpp index 1059749..ba03449 100644 --- a/llvm/lib/CodeGen/RegAlloc/RegClass.cpp +++ b/llvm/lib/CodeGen/RegAlloc/RegClass.cpp
@@ -4,7 +4,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/CodeGen/RegClass.h" +#include "RegClass.h" #include "RegAllocCommon.h" #include "llvm/CodeGen/IGNode.h" using std::cerr;