mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 21:32:49 +00:00
[LangRef] Fix TBAA example
llvm-svn: 333389
This commit is contained in:
parent
1e3f8dcb86
commit
f0cfb5b4cb
@ -4742,7 +4742,7 @@ As a concrete example, the type descriptor graph for the following program
|
||||
void f(struct Outer* outer, struct Inner* inner, float* f, int* i, char* c) {
|
||||
outer->f = 0; // tag0: (OuterStructTy, FloatScalarTy, 0)
|
||||
outer->inner_a.i = 0; // tag1: (OuterStructTy, IntScalarTy, 12)
|
||||
outer->inner_a.f = 0.0; // tag2: (OuterStructTy, IntScalarTy, 16)
|
||||
outer->inner_a.f = 0.0; // tag2: (OuterStructTy, FloatScalarTy, 16)
|
||||
*f = 0.0; // tag3: (FloatScalarTy, FloatScalarTy, 0)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user