diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-04-01 00:16:49 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-04-01 00:16:49 +0000 |
commit | b8089516a5e5eae6aff3bdaef426cccd6355c0c5 (patch) | |
tree | ab8f037ad355815fa6e28b07f740637c952fae09 /llvm/test/Transforms/Util | |
parent | 640de72a1efbf0f1c912ede48cbf4f0e1369ef45 (diff) | |
download | bcm5719-llvm-b8089516a5e5eae6aff3bdaef426cccd6355c0c5.tar.gz bcm5719-llvm-b8089516a5e5eae6aff3bdaef426cccd6355c0c5.zip |
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
llvm-svn: 265081
Diffstat (limited to 'llvm/test/Transforms/Util')
-rw-r--r-- | llvm/test/Transforms/Util/split-bit-piece.ll | 2 | ||||
-rw-r--r-- | llvm/test/Transforms/Util/store-first-op.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/Util/split-bit-piece.ll b/llvm/test/Transforms/Util/split-bit-piece.ll index 2d1f3be0904..0390af968a5 100644 --- a/llvm/test/Transforms/Util/split-bit-piece.ll +++ b/llvm/test/Transforms/Util/split-bit-piece.ll @@ -29,7 +29,7 @@ attributes #0 = { nounwind readnone } !llvm.module.flags = !{!7} !llvm.ident = !{!8} -!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.8.0 (trunk 256979) (llvm/trunk 257107)", isOptimized: false, runtimeVersion: 0, emissionKind: 1, retainedTypes: !2, subprograms: !{!11}) +!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.8.0 (trunk 256979) (llvm/trunk 257107)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, retainedTypes: !2, subprograms: !{!11}) !1 = !DIFile(filename: "tsan_shadow_test.cc", directory: "/tmp") !2 = !{!3, !5} !3 = !DICompositeType(tag: DW_TAG_class_type, name: "FastState", file: !4, line: 91, size: 64, align: 64, identifier: "_ZTSN6__tsan9FastStateE") diff --git a/llvm/test/Transforms/Util/store-first-op.ll b/llvm/test/Transforms/Util/store-first-op.ll index 4bc4b9ec135..4eb4befad02 100644 --- a/llvm/test/Transforms/Util/store-first-op.ll +++ b/llvm/test/Transforms/Util/store-first-op.ll @@ -24,7 +24,7 @@ attributes #1 = { nounwind readnone } !llvm.dbg.cu = !{!0} !llvm.module.flags = !{!2} -!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.8.0 (https://github.com/llvm-mirror/clang 89dda3855cda574f355e6defa1d77bdae5053994) (llvm/trunk 257597)", isOptimized: true, runtimeVersion: 0, emissionKind: 1, subprograms: !{!4}) +!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.8.0 (https://github.com/llvm-mirror/clang 89dda3855cda574f355e6defa1d77bdae5053994) (llvm/trunk 257597)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, subprograms: !{!4}) !1 = !DIFile(filename: "none", directory: ".") !2 = !{i32 2, !"Debug Info Version", i32 3} !3 = !DILocalVariable(name: "getU", scope: !4, file: !1, line: 25, type: !5) |