Try to fix another profile test
authorRenato Golin <renato.golin@linaro.org>
Thu, 1 Sep 2016 14:44:02 +0000 (14:44 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 1 Sep 2016 14:44:02 +0000 (14:44 +0000)
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

compiler-rt/test/profile/Inputs/comdat_rename.h

index 53e1007..d30628f 100644 (file)
@@ -9,5 +9,5 @@ struct FOO {
       }
   }
   int a;
-  int b;
+  int volatile b;
 };