aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVTables.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-27 11:43:50 +0000
committerDaniel Jasper <djasper@google.com>2013-02-27 11:43:50 +0000
commit9c65b069821b7de79427e291b006293a0f55ff8f (patch)
tree422f3f0daa889ac3bce71c68120c001d159e1286 /lib/CodeGen/CGVTables.cpp
parent8614304c0d728d43ef16691708281273101b00af (diff)
Fix formatting of multiplications in array subscripts.
Before: a[a* a] = 1; After: a[a * a] = 1; git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176180 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVTables.cpp')
0 files changed, 0 insertions, 0 deletions