diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-07 11:13:51 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-07 11:13:51 +0000 |
commit | 32e0662db3a4b8e78623abd8f5044754fef1cc15 (patch) | |
tree | c1b39bc5a7eb61f5a6765a84060dc1eb584ceae2 /lib/Target/R600 | |
parent | 1cbeaeb1944f6fd1ab0997201a47ea6c23e9a979 (diff) | |
download | external_llvm-32e0662db3a4b8e78623abd8f5044754fef1cc15.zip external_llvm-32e0662db3a4b8e78623abd8f5044754fef1cc15.tar.gz external_llvm-32e0662db3a4b8e78623abd8f5044754fef1cc15.tar.bz2 |
CallingConvLower.h: Use bitfields like unsigned:1 instead of bool:1 .
Some compilers might be confused if bool were potentially signed integer. In my case, g++-4.7.0 miscompiled CodeGen/ARM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171727 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600')
0 files changed, 0 insertions, 0 deletions