Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Unified Diff: tests_lit/llvm2ice_tests/reorder-global-variables.ll

Issue 1300993002: Use separate random number generator for each randomization pass (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Assign default value of ConstantBlindingCookie in its declaration Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests_lit/llvm2ice_tests/reorder-global-variables.ll
diff --git a/tests_lit/llvm2ice_tests/reorder-global-variables.ll b/tests_lit/llvm2ice_tests/reorder-global-variables.ll
index b2a77ccad29d37fc5b6f02162255083135877815..c4b4d8d26e36ca8ff221c3aad37758f236ff3fa4 100644
--- a/tests_lit/llvm2ice_tests/reorder-global-variables.ll
+++ b/tests_lit/llvm2ice_tests/reorder-global-variables.ll
@@ -61,12 +61,12 @@
; Make sure the shuffled order is correct.
-; CHECK-LABEL: ArrayInitPartial
; CHECK-LABEL: PrimitiveInit
; CHECK-LABEL: ArrayInit
-; CHECK-LABEL: PrimitiveUninit
+; CHECK-LABEL: ArrayInitPartial
; CHECK-LABEL: ArrayUninit
; CHECK-LABEL: PrimitiveInitStatic
-; CHECK-LABEL: ArrayUninitConstDouble
-; CHECK-LABEL: ArrayUninitConstInt
+; CHECK-LABEL: PrimitiveUninit
; CHECK-LABEL: PrimitiveInitConst
+; CHECK-LABEL: ArrayUninitConstInt
+; CHECK-LABEL: ArrayUninitConstDouble

Powered by Google App Engine
This is Rietveld 408576698