Fix incorrect target triple in fp16-promote.ll
authorPirama Arumuga Nainar <pirama@google.com>
Thu, 22 Oct 2015 14:15:00 +0000 (14:15 +0000)
committerPirama Arumuga Nainar <pirama@google.com>
Thu, 22 Oct 2015 14:15:00 +0000 (14:15 +0000)
commitbf967a28517085ed872febd351cd124f45c467d7
tree95b993f99aa76daf95f6b9a4fa93dcad39344e75
parent394b34cb8b102885766d27799dbe7952f5d5a9e9
Fix incorrect target triple in fp16-promote.ll

Summary:
Hyphens were missing from the triple, causing it to be parsed
incorrectly.  This patch updates the triple and makes necessary
changes to the expected output.

Patch is from Vinicius Tinti.

Reviewers: ab, tinti

Subscribers: srhines, llvm-commits

Differential Revision: http://reviews.llvm.org/D13792

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251020 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ARM/fp16-promote.ll