diff options
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-cmn.ll')
-rw-r--r-- | test/CodeGen/Thumb2/thumb2-cmn.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-cmn.ll b/test/CodeGen/Thumb2/thumb2-cmn.ll index efa1505..0f361d7 100644 --- a/test/CodeGen/Thumb2/thumb2-cmn.ll +++ b/test/CodeGen/Thumb2/thumb2-cmn.ll @@ -79,7 +79,7 @@ define void @f9(i32 %a, i32 %b) nounwind optsize { ret void } -!0 = metadata !{i32 81} +!0 = !{i32 81} ; CHECK-LABEL: f9: ; CHECK: cmn.w r0, r1 |