diff options
author | Dan Gohman <gohman@apple.com> | 2009-02-14 03:30:05 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-02-14 03:30:05 +0000 |
commit | 29705333e514268a2e9f198cd8105234e3a62a18 (patch) | |
tree | 7a88f82b0b48060a31031167c711c3bbdae60ee5 /llvm/lib/Target | |
parent | 4e9d4b5d48ad52a6b90b9527451e76f9cccc34c1 (diff) | |
download | bcm5719-llvm-29705333e514268a2e9f198cd8105234e3a62a18.tar.gz bcm5719-llvm-29705333e514268a2e9f198cd8105234e3a62a18.zip |
The x86-64 red zone is now being used.
llvm-svn: 64535
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/X86/README-X86-64.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/README-X86-64.txt b/llvm/lib/Target/X86/README-X86-64.txt index 1f3d17bd270..ad12137c891 100644 --- a/llvm/lib/Target/X86/README-X86-64.txt +++ b/llvm/lib/Target/X86/README-X86-64.txt @@ -5,10 +5,6 @@ PIC code model. //===---------------------------------------------------------------------===// -Make use of "Red Zone". - -//===---------------------------------------------------------------------===// - For this: extern void xx(void); |