summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2011-05-15 17:09:26 +0000
committerCharles Davis <cdavis@mines.edu>2011-05-15 17:09:26 +0000
commit757aa983dd6a726ef2a159f131e53d4db0f50b4e (patch)
treeee3bee6713caca87cfa9a64f17c9b685bd2aa873
parent215b92d24b890579bd0dde683321683ffcda712a (diff)
downloadbcm5719-llvm-757aa983dd6a726ef2a159f131e53d4db0f50b4e.tar.gz
bcm5719-llvm-757aa983dd6a726ef2a159f131e53d4db0f50b4e.zip
Get rid of extern "C" from the Win64 EH header.
llvm-svn: 131381
-rw-r--r--llvm/include/llvm/Support/Win64EH.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/Support/Win64EH.h b/llvm/include/llvm/Support/Win64EH.h
index 54ed68c52f2..f989364e06f 100644
--- a/llvm/include/llvm/Support/Win64EH.h
+++ b/llvm/include/llvm/Support/Win64EH.h
@@ -19,8 +19,6 @@
namespace llvm {
namespace Win64EH {
-extern "C" {
-
/// UnwindOpcodes - Enumeration whose values specify a single operation in
/// the prolog of a function.
enum UnwindOpcodes {
@@ -92,8 +90,6 @@ inline void *getExceptionData(UnwindInfo &info) {
getLanguageSpecificData(info))+1);
}
-} // End of extern "C"
-
} // End of namespace Win64EH
} // End of namespace llvm
OpenPOWER on IntegriCloud