aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-07 15:15:27 +0000
committerDan Gohman <gohman@apple.com>2010-07-07 15:15:27 +0000
commit89023e9437883ef7de1b45671d85c62148a86e49 (patch)
treea797b08024f4c21e2bc6b4a6ff467ee6c39f897f /include/llvm/CodeGen
parent9594c1e1bc0e0b3dba1957cb6a95497ab1165b82 (diff)
downloadexternal_llvm-89023e9437883ef7de1b45671d85c62148a86e49.tar.gz
external_llvm-89023e9437883ef7de1b45671d85c62148a86e49.tar.bz2
external_llvm-89023e9437883ef7de1b45671d85c62148a86e49.zip
Move CallingConvLower.cpp out of the SelectionDAG directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/CallingConvLower.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/CallingConvLower.h b/include/llvm/CodeGen/CallingConvLower.h
index 71b246c0c9..552530aeb5 100644
--- a/include/llvm/CodeGen/CallingConvLower.h
+++ b/include/llvm/CodeGen/CallingConvLower.h
@@ -24,7 +24,6 @@ namespace llvm {
class TargetRegisterInfo;
class TargetMachine;
class CCState;
- class SDNode;
/// CCValAssign - Represent assignment of one arg/retval to a location.
class CCValAssign {