diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/bit-piece-comment.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/bit-piece-comment.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/bit-piece-comment.ll b/llvm/test/CodeGen/X86/bit-piece-comment.ll index 9ebe5bc6d5a..8eb258a0dd0 100644 --- a/llvm/test/CodeGen/X86/bit-piece-comment.ll +++ b/llvm/test/CodeGen/X86/bit-piece-comment.ll @@ -59,5 +59,5 @@ attributes #1 = { nounwind readnone } !18 = !{!"clang version 3.8.0 (trunk 256088) (llvm/trunk 256097)"} !19 = !DIExpression() !20 = !DILocation(line: 4, column: 5, scope: !4) -!21 = !DIExpression(DW_OP_bit_piece, 32, 32) +!21 = !DIExpression(DW_OP_LLVM_fragment, 32, 32) !22 = !DILocation(line: 6, column: 1, scope: !4) |