diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-05-12 16:35:04 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-05-12 16:35:04 +0000 |
| commit | 2b10b08ad623148fd6f7dcb7f2436bbe866c36d1 (patch) | |
| tree | 2b4063a1b3519250b748d049664186a7d5a528b6 /lib/Support/StringExtras.cpp | |
| parent | 587992721c3112c94000722941748cf46cd0bce6 (diff) | |
Pass boolean constants into function calls more efficiently, generating:
mov DWORD PTR [%ESP + 4], 1
instead of:
mov %EAX, 1
mov DWORD PTR [%ESP + 4], %EAX
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13494 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/StringExtras.cpp')
0 files changed, 0 insertions, 0 deletions
