From: Renato Golin Date: Thu, 1 Sep 2016 14:44:02 +0000 (+0000) Subject: Try to fix another profile test X-Git-Tag: llvmorg-4.0.0-rc1~10881 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbd3de7851b5874c282c34d9077f470c344e3870;p=platform%2Fupstream%2Fllvm.git 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 --- diff --git a/compiler-rt/test/profile/Inputs/comdat_rename.h b/compiler-rt/test/profile/Inputs/comdat_rename.h index 53e1007acac9..d30628f13b63 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; };