| Index: tests_lit/llvm2ice_tests/global.ll
|
| diff --git a/tests_lit/llvm2ice_tests/global.ll b/tests_lit/llvm2ice_tests/global.ll
|
| index 22dbad4ff5a158fa3e1fd280995fa6ffe01f4543..73fb6bddf0a7520810dc9cd0dfe17c0be0cf7f39 100644
|
| --- a/tests_lit/llvm2ice_tests/global.ll
|
| +++ b/tests_lit/llvm2ice_tests/global.ll
|
| @@ -1,5 +1,8 @@
|
| -; RUIN: %llvm2ice -verbose inst %s | FileCheck %s
|
| -; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| +; Trivial test of the use of internal versus external global
|
| +; functions.
|
| +
|
| +; RUN: %llvm2ice --verbose inst %s | FileCheck %s
|
| +; RUN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| ; RUN: %szdiff --llvm2ice=%llvm2ice %s | FileCheck --check-prefix=DUMP %s
|
|
|
| @intern_global = global i32 12, align 4
|
|
|