[compiler-rt] r280373 - Try to fix another profile test

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 07:44:03 PDT 2016


Author: rengolin
Date: Thu Sep  1 09:44:02 2016
New Revision: 280373

URL: http://llvm.org/viewvc/llvm-project?rev=280373&view=rev
Log:
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.

Modified:
    compiler-rt/trunk/test/profile/Inputs/comdat_rename.h

Modified: compiler-rt/trunk/test/profile/Inputs/comdat_rename.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/Inputs/comdat_rename.h?rev=280373&r1=280372&r2=280373&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/Inputs/comdat_rename.h (original)
+++ compiler-rt/trunk/test/profile/Inputs/comdat_rename.h Thu Sep  1 09:44:02 2016
@@ -9,5 +9,5 @@ struct FOO {
       }
   }
   int a;
-  int b;
+  int volatile b;
 };




More information about the llvm-commits mailing list