summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/builtins-arm-exclusive.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen][ARM] Make sure the value and type used to create a bitcastAkira Hatanaka2016-12-011-0/+24
have the same size. This fixes an asset that is triggered when an address of a boolean variable is passed to __builtin_arm_ldrex or __builtin_arm_strex. rdar://problem/29269006 llvm-svn: 288404
OpenPOWER on IntegriCloud