[InstCombine] Signed saturation patterns
[llvm-core.git] / test / tools / llvm-objdump / X86 / disassemble-text.test
blob38422d81935a0c20369e8b89a34deca891d89511
1 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o -| \
2 # RUN: llvm-objdump -d - | FileCheck %s
4 .globl foo
5 .type foo, @object
6 foo:
7 .ascii "this is a test"
9 # CHECK: foo:
10 # CHECK: 0:{{.*}}this is
11 # CHECK: 8:{{.*}}a test