| Index: tests_lit/llvm2ice_tests/globalrelocs.ll
|
| diff --git a/tests_lit/llvm2ice_tests/globalrelocs.ll b/tests_lit/llvm2ice_tests/globalrelocs.ll
|
| index 0d163e6b6d9ea33c8509632018755161641389ce..ceb22a1a2fb03a4e9314888d888ea4dcee22ec89 100644
|
| --- a/tests_lit/llvm2ice_tests/globalrelocs.ll
|
| +++ b/tests_lit/llvm2ice_tests/globalrelocs.ll
|
| @@ -258,9 +258,9 @@
|
| ; CHECK: .zero 2
|
| ; CHECK: .size short, 2
|
|
|
| -define void @func() {
|
| +define internal void @func() {
|
| ret void
|
| }
|
|
|
| -; DUMP: define void @func() {
|
| +; DUMP: define internal void @func() {
|
|
|
|
|