diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-09-27 17:16:46 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-09-27 17:16:46 +0000 |
| commit | 0165015f6cd0b8dc4d5127a7c7a13b6e4ac89f91 (patch) | |
| tree | fda720f4728050474e2f39276d635a463d50a706 /llvm/lib/CodeGen/Analysis.cpp | |
| parent | 45be64464bb27ffa24dfead655895377ffb2c8c5 (diff) | |
| download | bcm5719-llvm-0165015f6cd0b8dc4d5127a7c7a13b6e4ac89f91.tar.gz bcm5719-llvm-0165015f6cd0b8dc4d5127a7c7a13b6e4ac89f91.zip | |
builtins: silence GCC warning
If the builtins are built with libgcc as the unwind provider on ARM, the exposed
_Unwind_SetIP is a macro. This results in the following warning due to
expansion of the argument:
warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
Add a no-op set of parenthesis around the argument that will prevent this
warning.
llvm-svn: 248686
Diffstat (limited to 'llvm/lib/CodeGen/Analysis.cpp')
0 files changed, 0 insertions, 0 deletions

