<alloca.h> on cygwin pulls in a ton of stuff (macros and function protos)
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jun 2004 23:10:26 +0000 (23:10 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Jun 2004 23:10:26 +0000 (23:10 +0000)
commit8fcf797f79cbbb1cc008589885e3d3abeed712b7
tree1bd815ecc20112d2cd0128131f5ce369b94cc8e5
parent407d7c886cb909dd9431546d9a656cebe0aec576
<alloca.h> on cygwin pulls in a ton of stuff (macros and function protos)
that we REALLY don't want in the CBE code.

With this fix, the CBE passes all of the MultiSource tests on cygwin that
it does on linux.  Yaay!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13975 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp