summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/CallingConvLower.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-07 15:28:42 +0000
committerDan Gohman <gohman@apple.com>2010-07-07 15:28:42 +0000
commitce5172098d5eaae22244c925b608fe62a23baaf2 (patch)
tree6b51c7858b85c04c02644f03ca595b1b8c5ad22c /include/llvm/CodeGen/CallingConvLower.h
parent2f2b0abbac946a6e37ffa4a9775f0af5b91e723c (diff)
downloadllvm-ce5172098d5eaae22244c925b608fe62a23baaf2.tar.gz
llvm-ce5172098d5eaae22244c925b608fe62a23baaf2.tar.bz2
llvm-ce5172098d5eaae22244c925b608fe62a23baaf2.tar.xz
Move ArgFlagsTy, OutputArg, and InputArg out of SelectionDAGNodes.h and
into a new header, TargetCallingConv.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107782 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/CallingConvLower.h')
-rw-r--r--include/llvm/CodeGen/CallingConvLower.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/CallingConvLower.h b/include/llvm/CodeGen/CallingConvLower.h
index 552530aeb5..7c6140f963 100644
--- a/include/llvm/CodeGen/CallingConvLower.h
+++ b/include/llvm/CodeGen/CallingConvLower.h
@@ -17,7 +17,7 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/ValueTypes.h"
-#include "llvm/CodeGen/SelectionDAGNodes.h"
+#include "llvm/Target/TargetCallingConv.h"
#include "llvm/CallingConv.h"
namespace llvm {