diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2007-09-28 01:35:02 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2007-09-28 01:35:02 +0000 |
| commit | 1f516560d18b879512c2a2c529e9fb0dbf68cff2 (patch) | |
| tree | 1ee909b6717ade9a152e9280a6b84f48eeb06752 /llvm/lib | |
| parent | d0d5c11d18848f596d9d160b8bfc785aa836d7e0 (diff) | |
| download | bcm5719-llvm-1f516560d18b879512c2a2c529e9fb0dbf68cff2.tar.gz bcm5719-llvm-1f516560d18b879512c2a2c529e9fb0dbf68cff2.zip | |
Stop inventing new words. :-)
llvm-svn: 42429
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td index 88f3b09c8e5..86e102e1d1a 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.td +++ b/llvm/lib/Target/X86/X86InstrInfo.td @@ -261,7 +261,7 @@ def extloadi32i16 : PatFrag<(ops node:$ptr), (i32 (extloadi16 node:$ptr))>; // ADJCALLSTACKDOWN/UP implicitly use/def ESP because they may be expanded into // a stack adjustment and the codegen must know that they may modify the stack // pointer before prolog-epilog rewriting occurs. -// Pessimisively assume ADJCALLSTACKDOWN / ADJCALLSTACKUP will become sub / add +// Pessimistically assume ADJCALLSTACKDOWN / ADJCALLSTACKUP will become sub / add // which can clobber EFLAGS. let Defs = [ESP, EFLAGS], Uses = [ESP] in { def ADJCALLSTACKDOWN : I<0, Pseudo, (outs), (ins i32imm:$amt), "#ADJCALLSTACKDOWN", |

