[compiler-rt] r307869 - Fix broken test

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 17:22:01 PDT 2017


Author: davidxl
Date: Wed Jul 12 17:22:01 2017
New Revision: 307869

URL: http://llvm.org/viewvc/llvm-project?rev=307869&view=rev
Log:
Fix broken test

Modified:
    compiler-rt/trunk/test/profile/Linux/counter_promo_nest.c

Modified: compiler-rt/trunk/test/profile/Linux/counter_promo_nest.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/Linux/counter_promo_nest.c?rev=307869&r1=307868&r2=307869&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/Linux/counter_promo_nest.c (original)
+++ compiler-rt/trunk/test/profile/Linux/counter_promo_nest.c Wed Jul 12 17:22:01 2017
@@ -28,9 +28,6 @@ int main()
 // PROMO-NEXT: load{{.*}}@__profc_main{{.*}}
 // PROMO-NEXT: add
 // PROMO-NEXT: store{{.*}}@__profc_main{{.*}}
-// PROMO-NEXT: load{{.*}}@__profc_main{{.*}}
-// PROMO-NEXT: add
-// PROMO-NEXT: store{{.*}}@__profc_main{{.*}}
 {
   int i, j, k;
 




More information about the llvm-commits mailing list