summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-09-01 14:44:02 +0000
committerRenato Golin <renato.golin@linaro.org>2016-09-01 14:44:02 +0000
commitfbd3de7851b5874c282c34d9077f470c344e3870 (patch)
treee16d54bafd8a59385782cbf9fe50cff19a959320
parent9512821e226df644e3cf2c63acf21c64c3f0538f (diff)
downloadbcm5719-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.h2
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;
};
OpenPOWER on IntegriCloud