]> granicus.if.org Git - clang/commit
Support matching signext attribute in the parallel_num_threads_codegen test to appeas...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 22 Nov 2014 16:21:18 +0000 (16:21 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 22 Nov 2014 16:21:18 +0000 (16:21 +0000)
commitdcb0d5b8e0c6f71dca1e6f35fa9479d0c31a962f
tree41e2dfffe6e68375e0ee5997896178e0c88d7116
parentc09b981397f56f4fa6f6323fce701f90fcf1e810
Support matching signext attribute in the parallel_num_threads_codegen test to appease clang-cmake-mips builder.

The Mips target adds the signext attribute to signed 32-bit integers in order
to support the N32/N64 correctly. Integers must be promoted to 64-bit bit on
these ABI's.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222618 91177308-0d34-0410-b5e6-96231b3b80d8
test/OpenMP/parallel_num_threads_codegen.cpp