| 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..63ff729adbc078ad1e1a2444683a75aac86c8d62 100644
|
| --- a/tests_lit/llvm2ice_tests/reorder-global-variables.ll
|
| +++ b/tests_lit/llvm2ice_tests/reorder-global-variables.ll
|
| @@ -61,9 +61,9 @@
|
|
|
| ; Make sure the shuffled order is correct.
|
|
|
| -; CHECK-LABEL: ArrayInitPartial
|
| -; CHECK-LABEL: PrimitiveInit
|
| ; CHECK-LABEL: ArrayInit
|
| +; CHECK-LABEL: PrimitiveInit
|
| +; CHECK-LABEL: ArrayInitPartial
|
| ; CHECK-LABEL: PrimitiveUninit
|
| ; CHECK-LABEL: ArrayUninit
|
| ; CHECK-LABEL: PrimitiveInitStatic
|
|
|