From 55afdfd3844d2475f5b5165fb45c52873292cfa3 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Sun, 21 Feb 2016 16:52:00 +0000 Subject: [PATCH] WebAssembly: update expected torture test failures r261457 handles CopyToReg nodes with flag results in LowerCopyToReg, which was causing the SelectionDAGNodes assert. llvm-svn: 261479 --- llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt index 384bdf0..0418212 100644 --- a/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt +++ b/llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt @@ -20,10 +20,6 @@ va-arg-22.c 920908-1.c pr38151.c -# SelectionDAGNodes.h:943: llvm::SDValue::SDValue(llvm::SDNode *, unsigned int): Assertion `(!Node || ResNo < Node->getNumValues()) && "Invalid result number for the given node!"' failed. -pr53645.c -pr53645-2.c - # multiple-entry loops are not supported yet. pr38051.c -- 2.7.4