From 8962c01fbf8b414113ec0c2496baf409dd59244d Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Thu, 19 Mar 2015 20:22:17 +0000 Subject: [PATCH] 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 --- test/CodeGen/Generic/vector.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/Generic/vector.ll b/test/CodeGen/Generic/vector.ll index 9479efd87c3..962b1295b5d 100644 --- a/test/CodeGen/Generic/vector.ll +++ b/test/CodeGen/Generic/vector.ll @@ -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>