Wrap code for builtin_assume_aligned at 80 col.NFC
authorKristina Brooks <notstina@gmail.com>
Sun, 24 Feb 2019 17:57:33 +0000 (17:57 +0000)
committerKristina Brooks <notstina@gmail.com>
Sun, 24 Feb 2019 17:57:33 +0000 (17:57 +0000)
commit716cbfb4640fe44f12dc7288da51efebeb55f64d
tree21d7ca1ec36c43569be9494a2aff330bb76f6e91
parent26aa702463aca99c98218d41940f37a5a10f02e9
Wrap code for builtin_assume_aligned at 80 col.NFC

Minor style fix to avoid going over 80 cols in handling
of case for Builtin::BI__builtin_assume_aligned. NFC.

llvm-svn: 354751
clang/lib/CodeGen/CGBuiltin.cpp