diff options
Diffstat (limited to 'test/Transforms/InstCombine/pr12251.ll')
-rw-r--r-- | test/Transforms/InstCombine/pr12251.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/pr12251.ll b/test/Transforms/InstCombine/pr12251.ll index 74a41eb..8c382bb 100644 --- a/test/Transforms/InstCombine/pr12251.ll +++ b/test/Transforms/InstCombine/pr12251.ll @@ -12,4 +12,4 @@ entry: ; CHECK-NEXT: %tobool = icmp ne i8 %a, 0 ; CHECK-NEXT: ret i1 %tobool -!0 = metadata !{i8 0, i8 2} +!0 = !{i8 0, i8 2} |