diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-09-30 18:19:13 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-09-30 18:19:13 +0000 |
| commit | 9ce334a52a85d560bca78790a3f77a27532f7487 (patch) | |
| tree | 02cf8c5a1ec773113946598ab3ccf66553d06ac6 /llvm/include/Support | |
| parent | 6e14c44402df98c3b387c75831d5cc28ad00601e (diff) | |
| download | bcm5719-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.h | 14 |
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 */ |

