repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[InstCombine] Support gep nuw in icmp folds" (#118698)
[llvm-project.git]
/
clang
/
tools
/
scan-build-py
/
tests
/
functional
/
src
/
clean-two.c
blob
73bc288627d0ec1a5267681d2501e4373a46abc9
1
#include <clean-one.h>
2
3
#include <stdlib.h>
4
5
unsigned int
another_method
()
6
{
7
unsigned int const
size
=
do_nothing_loop
();
8
unsigned int const
square
=
size
*
size
;
9
10
return
square
;
11
}