diff options
| author | 2014-11-06 17:19:08 +0000 | |
|---|---|---|
| committer | 2014-11-06 17:19:08 +0000 | |
| commit | e257d2c27f5565fb55de9122e093371ea2671271 (patch) | |
| tree | 0fc16707d24fdc258533cd03956bb879b3ab3234 /compiler/optimizing/constant_folding_test.cc | |
| parent | 38efdf51947eaec866059e62626f2409ef4c19db (diff) | |
| parent | 55dcfb5e0dd626993bb2b7b9f692c1b02b5d955f (diff) | |
Merge "Add support for not-long on ARM64 in the optimizing compiler."
Diffstat (limited to 'compiler/optimizing/constant_folding_test.cc')
| -rw-r--r-- | compiler/optimizing/constant_folding_test.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/optimizing/constant_folding_test.cc b/compiler/optimizing/constant_folding_test.cc index 09bf2c8d7d..856c5165a3 100644 --- a/compiler/optimizing/constant_folding_test.cc +++ b/compiler/optimizing/constant_folding_test.cc @@ -332,9 +332,6 @@ TEST(ConstantFolding, IntConstantFoldingOnSubtraction) { check_after_cf); } -#define SIX_REGISTERS_CODE_ITEM(...) \ - { 6, 0, 0, 0, 0, 0, NUM_INSTRUCTIONS(__VA_ARGS__), 0, __VA_ARGS__ } - /** * Tiny three-register-pair program exercising long constant folding * on addition. |