Moving CGF::EmitAlignmentAssumption to IRBuilder
authorHal Finkel <hfinkel@anl.gov>
Wed, 15 Oct 2014 23:45:08 +0000 (23:45 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 15 Oct 2014 23:45:08 +0000 (23:45 +0000)
commit6fae849597cbadd829a5a3a52947ac588bbbe953
tree5f0a0b6058754302d4a5721ae082aeacd8fa0a52
parent68dc3c7ab2ccaa4a5a1459ba506ef340ed23a5ed
Moving CGF::EmitAlignmentAssumption to IRBuilder

The functionality contained in CodeGenFunction::EmitAlignmentAssumption has
been moved to IRBuilder (so that it can also be used by LLVM-level code).
Remove this now-duplicate implementation in favor of the IRBuilder code.

llvm-svn: 219877
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CodeGenFunction.h