diff options
author | Dan Gohman <gohman@apple.com> | 2010-01-29 21:55:16 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-01-29 21:55:16 +0000 |
commit | d8a5541a513695039d1eb83eeced05d51ce9f567 (patch) | |
tree | 08163032ab6dfdaeb5b040f12ac2397a711c5f8b /lib/CodeGen/MachineModuleInfo.cpp | |
parent | e546343799d1b7914024b62f6c188f5c0d66f7b3 (diff) |
Skip whitespace when looking for a potential intended match.
Before:
<stdin>:94:1: note: possible intended match here
movsd 4096(%rsi), %xmm0
^
After:
<stdin>:94:2: note: possible intended match here
movsd 4096(%rsi), %xmm0
^
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94847 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions