summaryrefslogtreecommitdiff
path: root/test/profile
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
commit85933759ae77e7c9aff1a4efc6792f002a16361d (patch)
tree3c0ab3d9c90f14ce0de18653e674e726477fd302 /test/profile
parent36290a1fc6b8545a244b7dd30735b92a82716c96 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@280373 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile')
-rw-r--r--test/profile/Inputs/comdat_rename.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/Inputs/comdat_rename.h b/test/profile/Inputs/comdat_rename.h
index 53e1007ac..d30628f13 100644
--- a/test/profile/Inputs/comdat_rename.h
+++ b/test/profile/Inputs/comdat_rename.h
@@ -9,5 +9,5 @@ struct FOO {
}
}
int a;
- int b;
+ int volatile b;
};