Upon Chris's suggestion, moved the #ifdef's to the generated C code.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 10 Dec 2003 18:17:57 +0000 (18:17 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 10 Dec 2003 18:17:57 +0000 (18:17 +0000)
commit0284a42fd310d1e8ec2b06f66b7c9d1bc5b79857
treee61e1aa27e0544661e3b1e737829384c3fbfa758
parentba4f3f6a419326df190599421fa149c90235cb72
Upon Chris's suggestion, moved the #ifdef's to the generated C code.
This makes LLVM and the generated C code more portable.

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