| Index: tests_lit/reader_tests/globalrelocs.ll
|
| diff --git a/tests_lit/reader_tests/globalrelocs.ll b/tests_lit/reader_tests/globalrelocs.ll
|
| index a6a44f706b36523916c9dcc7b96fa405573ea484..55d9524ca2395b9cff5fe102a0185d351944c780 100644
|
| --- a/tests_lit/reader_tests/globalrelocs.ll
|
| +++ b/tests_lit/reader_tests/globalrelocs.ll
|
| @@ -93,10 +93,10 @@
|
| @short = internal constant [2 x i8] zeroinitializer
|
| ; CHECK-NEXT: @short = internal constant [2 x i8] zeroinitializer
|
|
|
| -define void @func() {
|
| +define internal void @func() {
|
| ret void
|
| }
|
|
|
| -; CHECK-NEXT: define void @func() {
|
| +; CHECK-NEXT: define internal void @func() {
|
|
|
| ; NOIR: Total across all functions
|
|
|