summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitPreprocessor.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-03-09 14:52:44 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-03-09 14:52:44 +0000
commitc72fdf4490d44fd0d1546f965e11398ccf467273 (patch)
tree4fcd9f6be38e2692280a8490c11292c188225fc1 /clang/lib/Frontend/InitPreprocessor.cpp
parentaebd3da46daf14363dfabacd5e65ca6cbeeb7908 (diff)
downloadbcm5719-llvm-c72fdf4490d44fd0d1546f965e11398ccf467273.tar.gz
bcm5719-llvm-c72fdf4490d44fd0d1546f965e11398ccf467273.zip
TableGen/CodeEmitterGen.cpp: Fix an expression of generating bitmask.
~0U might be i32 on 32-bit hosts, then (uint64_t)~0U might not be expected as (i64)0xFFFFFFFF_FFFFFFFF, but as (i64)0x00000000_FFFFFFFF. llvm-svn: 152407
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud