diff options
Diffstat (limited to 'test/CodeGen/X86/coff-comdat2.ll')
-rw-r--r-- | test/CodeGen/X86/coff-comdat2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/coff-comdat2.ll b/test/CodeGen/X86/coff-comdat2.ll index 6744b5b..58bc04e 100644 --- a/test/CodeGen/X86/coff-comdat2.ll +++ b/test/CodeGen/X86/coff-comdat2.ll @@ -6,4 +6,4 @@ target triple = "i686-pc-windows-msvc" $foo = comdat largest @foo = global i32 0 @bar = global i32 0, comdat $foo -; CHECK: Associative COMDAT symbol 'foo' is not a key for it's COMDAT. +; CHECK: Associative COMDAT symbol 'foo' is not a key for its COMDAT. |