diff options
Diffstat (limited to 'llvm/test/Assembler/invalid-mdlocation-field-twice.ll')
| -rw-r--r-- | llvm/test/Assembler/invalid-mdlocation-field-twice.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/invalid-mdlocation-field-twice.ll b/llvm/test/Assembler/invalid-mdlocation-field-twice.ll index 2335c935a5f..d1dab68246c 100644 --- a/llvm/test/Assembler/invalid-mdlocation-field-twice.ll +++ b/llvm/test/Assembler/invalid-mdlocation-field-twice.ll @@ -3,4 +3,4 @@ !0 = !{} ; CHECK: <stdin>:[[@LINE+1]]:38: error: field 'line' cannot be specified more than once -!1 = !MDLocation(line: 3, scope: !0, line: 3) +!1 = !DILocation(line: 3, scope: !0, line: 3) |

