summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-06-29 21:31:18 +0000
committerDan Gohman <gohman@apple.com>2009-06-29 21:31:18 +0000
commit9d203c636b663abe1fa9bdc2c678ac112f8c623e (patch)
tree9b4a3b1419a9dacd538901a0be658f0423e42ae2 /clang/lib/CodeGen/CodeGenModule.cpp
parent231898baf530c713a437a48c9bed328290966dd8 (diff)
downloadbcm5719-llvm-9d203c636b663abe1fa9bdc2c678ac112f8c623e.tar.gz
bcm5719-llvm-9d203c636b663abe1fa9bdc2c678ac112f8c623e.zip
Use getSCEV instead of getUnknown to create a SCEV for a
Constant. This lets ConstantInts be handled as SCEVConstant instead of SCEVUnknown, as getUnknown no longer has special-case code for ConstantInt and friends. This usually doesn't affect the final output, since the constants end up getting folded later, but it does make intermediate expressions more obvious in many cases. llvm-svn: 74459
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud