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
[InstCombine] Preserve NSW flags for `lshr (mul nuw X, C1), C2 -> mul nuw nsw X,...
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
2010-06-22-ZeroBitfield.cpp
blob
0f600e77b6ea01c9b65494ab3924866a37a771f7
1
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o -
2
struct
s8_0
{
unsigned
:
0
; };
3
struct
s8_1
{
double
x
; };
4
struct
s8
{
s8_0 a
;
s8_1 b
; };
5
s8
f8
() {
return
s8
(); }