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 "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
noexceptionsfpmath.c
blob
0b7c750c24faa7fc7dcef1af017d7b5ce8259754
1
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
2
3
// CHECK-LABEL: main
4
// CHECK: attributes #0 = {{.*}}"no-trapping-math"="true"{{.*}}
5
6
int
main
(
void
) {
7
return
0
;
8
}