Unxfail test/CodeGen/Generic/vector.ll now passing on Hexagon

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Krzysztof Parzyszek 2015-03-19 20:22:17 +00:00
parent 5e86804089
commit 8962c01fbf

View File

@ -1,6 +1,5 @@
; Test that vectors are scalarized/lowered correctly.
; RUN: llc < %s
; XFAIL: hexagon
%d8 = type <8 x double>
%f1 = type <1 x float>