Remove an entry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-02-15 01:56:48 +00:00
parent 17ef92eda7
commit 2354f5a46b

View File

@ -443,8 +443,3 @@ It might be better to generate
movw al, 8(%edx)
when we can spare a register. It reduces code size.
//===---------------------------------------------------------------------===//
Use .zerofill on x86/darwin when appropriate.