diff options
| author | Renato Golin <renato.golin@linaro.org> | 2016-09-01 14:44:02 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2016-09-01 14:44:02 +0000 |
| commit | fbd3de7851b5874c282c34d9077f470c344e3870 (patch) | |
| tree | e16d54bafd8a59385782cbf9fe50cff19a959320 | |
| parent | 9512821e226df644e3cf2c63acf21c64c3f0538f (diff) | |
| download | bcm5719-llvm-fbd3de7851b5874c282c34d9077f470c344e3870.tar.gz bcm5719-llvm-fbd3de7851b5874c282c34d9077f470c344e3870.zip | |
Try to fix another profile test
Another CFG optimisation patch (280364) has broken bad profile tests, and this
is a similar attempt to fix the test without changing the semantics.
llvm-svn: 280373
| -rw-r--r-- | compiler-rt/test/profile/Inputs/comdat_rename.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/Inputs/comdat_rename.h b/compiler-rt/test/profile/Inputs/comdat_rename.h index 53e1007acac..d30628f13b6 100644 --- a/compiler-rt/test/profile/Inputs/comdat_rename.h +++ b/compiler-rt/test/profile/Inputs/comdat_rename.h @@ -9,5 +9,5 @@ struct FOO { } } int a; - int b; + int volatile b; }; |

