diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/inline-asm-h.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/inline-asm-h.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-h.ll b/llvm/test/CodeGen/X86/inline-asm-h.ll index 8c3e45aba90..53cf419bd11 100644 --- a/llvm/test/CodeGen/X86/inline-asm-h.ll +++ b/llvm/test/CodeGen/X86/inline-asm-h.ll @@ -9,4 +9,4 @@ entry: } ; CHECK: zed -; CHECK: movq %mm2, foobar+8(%rip) +; CHECK: movq %mm2,foobar+8(%rip) |