diff options
Diffstat (limited to 'test/Linker/module-flags-7-a.ll')
-rw-r--r-- | test/Linker/module-flags-7-a.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/module-flags-7-a.ll b/test/Linker/module-flags-7-a.ll index 976c8fe..46c9d26 100644 --- a/test/Linker/module-flags-7-a.ll +++ b/test/Linker/module-flags-7-a.ll @@ -4,6 +4,6 @@ ; CHECK: linking module flags 'foo': IDs have conflicting behaviors -!0 = metadata !{ i32 1, metadata !"foo", i32 37 } +!0 = !{ i32 1, !"foo", i32 37 } !llvm.module.flags = !{ !0 } |