diff options
author | Chris Lattner <sabre@nondot.org> | 2007-06-02 00:16:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-06-02 00:16:28 +0000 |
commit | db91b167558b8eae05223e317607575807da03a7 (patch) | |
tree | 07bf9aa11d20110379dd96dd789eabe6313a74d7 /clang/CodeGen/CodeGenFunction.cpp | |
parent | 3e450f947bff29d4bd76655c87bde92426495a0f (diff) | |
download | bcm5719-llvm-db91b167558b8eae05223e317607575807da03a7.tar.gz bcm5719-llvm-db91b167558b8eae05223e317607575807da03a7.zip |
stub out codegen of binary plus. We now compile:
if (11 + 42) {
to:
%tmp = add i32 11, 42 ; <i32> [#uses=1]
%tobool = icmp ne i32 %tmp, 0 ; <i1> [#uses=1]
br i1 %tobool, label %ifthen, label %ifend
but this doesn't handle any of the interesting/hard stuff yet.
llvm-svn: 39545
Diffstat (limited to 'clang/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions