| commit | 4ae214d5d7eb20e5bafadc1bafc9dcdae64d5f24 | [log] [tgz] |
|---|---|---|
| author | Alex Lorenz <arphaman@gmail.com> | Tue Aug 11 22:17:22 2015 +0000 |
| committer | Alex Lorenz <arphaman@gmail.com> | Tue Aug 11 22:17:22 2015 +0000 |
| tree | 758e9f54b81b21e3dbec5a7dcb628a32bc03213e | |
| parent | 438ffe5eac02270208529d29330eef76991af70f [diff] |
Reformat PseudoSourceValue.cpp and PseudoSourceValue.h. NFC. This commit reformats the files lib/CodeGen/PseudoSourceValue.cpp and include/llvm/CodeGen/PseudoSourceValue.h using clang-format. This change is done in preparation for the changes to the pseudo source value object management and to the PseudoSourceValue's class hierarchy. llvm-svn: 244685