| commit | 982e8d48f82d86d6d3030845e01a94de65ee7f2c | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Sun Aug 30 08:07:29 2015 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Sun Aug 30 08:07:29 2015 +0000 |
| tree | f32ec47e7cca769a159d06c6df176bc5ad937206 | |
| parent | d96f37a77264faace54254166c23bf3d0ba8f98d [diff] |
[MIR Serialization] static -> static const in getSerializable*MachineOperandTargetFlags Make the arrays 'static const' instead of just 'static'. Post-commit review comment from Roman Divacky on IRC. NFC. llvm-svn: 246376