llvm-svn: 257613
This commit is contained in:
Sanjay Patel 2016-01-13 16:34:10 +00:00
parent 4a9e173e08
commit c775fa43d0
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
// A a;
// } B;
//
// For an acess to B.a.s, we attach !5 (a path tag node) to the load/store
// For an access to B.a.s, we attach !5 (a path tag node) to the load/store
// instruction. The base type is !4 (struct B), the access type is !2 (scalar
// type short) and the offset is 4.
//