Split emission of -ftrapv checks and -fcatch-undefined-behavior checks into
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 Nov 2012 22:15:34 +0000 (22:15 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 Nov 2012 22:15:34 +0000 (22:15 +0000)
commitde67068fc1726f7c9c4ae89d3f3f47b2da512d48
treead9f55a3467d83cdf41e3ef84d2612d4f79aa73b
parente29c441a89143912091c159d4baa4443e589d607
Split emission of -ftrapv checks and -fcatch-undefined-behavior checks into
separate functions, since they share essentially no code.

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