summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-30 18:19:13 +0000
committerChris Lattner <sabre@nondot.org>2003-09-30 18:19:13 +0000
commit9ce334a52a85d560bca78790a3f77a27532f7487 (patch)
tree02cf8c5a1ec773113946598ab3ccf66553d06ac6 /llvm/include/Support
parent6e14c44402df98c3b387c75831d5cc28ad00601e (diff)
downloadbcm5719-llvm-9ce334a52a85d560bca78790a3f77a27532f7487.tar.gz
bcm5719-llvm-9ce334a52a85d560bca78790a3f77a27532f7487.zip
Remove unused header
llvm-svn: 8780
Diffstat (limited to 'llvm/include/Support')
-rw-r--r--llvm/include/Support/Alloca.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/include/Support/Alloca.h b/llvm/include/Support/Alloca.h
deleted file mode 100644
index ea4e41c3a07..00000000000
--- a/llvm/include/Support/Alloca.h
+++ /dev/null
@@ -1,14 +0,0 @@
-//===-- include/Support/Alloca.h - Support for alloca header -----*- C++ -*--=//
-//
-// Some platforms do not have alloca.h; others do. You can include this
-// file instead of <alloca.h> and it will include <alloca.h> on the platforms
-// that require you to do so to use alloca().
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef SUPPORT_ALLOCA_H
-#define SUPPORT_ALLOCA_H
-
-#include "Config/alloca.h"
-
-#endif /* SUPPORT_ALLOCA_H */
OpenPOWER on IntegriCloud