From 14a093ac4ccfec150e49a1666fcec23342862424 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 1 Sep 2008 12:00:55 +0000 Subject: [PATCH] Turn this legalize types test on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55605 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll | 4 +--- test/CodeGen/Generic/APIntLoadStore.ll | 3 +-- test/CodeGen/Generic/APIntParam.ll | 3 +-- test/CodeGen/Generic/APIntSextParam.ll | 3 +-- test/CodeGen/Generic/APIntZextParam.ll | 3 +-- 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll b/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll index 1f4e5e19760..b0a27640be7 100644 --- a/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll +++ b/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll @@ -1,6 +1,4 @@ -; RUN: llvm-as < %s | llc -o - -; XFAIL: * -; Un-XFAIL this once LegalizeDAGTypes is turned on. +; RUN: llvm-as < %s | llc -enable-legalize-types -o - target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32" target triple = "i686-pc-linux-gnu" diff --git a/test/CodeGen/Generic/APIntLoadStore.ll b/test/CodeGen/Generic/APIntLoadStore.ll index 3541db21765..bb3b1942402 100644 --- a/test/CodeGen/Generic/APIntLoadStore.ll +++ b/test/CodeGen/Generic/APIntLoadStore.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: * +; RUN: llvm-as < %s | llc -enable-legalize-types @i1_l = external global i1 ; [#uses=1] @i1_s = external global i1 ; [#uses=1] @i2_l = external global i2 ; [#uses=1] diff --git a/test/CodeGen/Generic/APIntParam.ll b/test/CodeGen/Generic/APIntParam.ll index 6d20c0c379d..8ce45d5ccd5 100644 --- a/test/CodeGen/Generic/APIntParam.ll +++ b/test/CodeGen/Generic/APIntParam.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: * +; RUN: llvm-as < %s | llc -enable-legalize-types @i1_s = external global i1 ; [#uses=1] @i2_s = external global i2 ; [#uses=1] @i3_s = external global i3 ; [#uses=1] diff --git a/test/CodeGen/Generic/APIntSextParam.ll b/test/CodeGen/Generic/APIntSextParam.ll index 254ca0b4244..fa657bbc95b 100644 --- a/test/CodeGen/Generic/APIntSextParam.ll +++ b/test/CodeGen/Generic/APIntSextParam.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: * +; RUN: llvm-as < %s | llc -enable-legalize-types @i1_s = external global i1 ; [#uses=1] @i2_s = external global i2 ; [#uses=1] @i3_s = external global i3 ; [#uses=1] diff --git a/test/CodeGen/Generic/APIntZextParam.ll b/test/CodeGen/Generic/APIntZextParam.ll index 92c51d9ea63..926e8287121 100644 --- a/test/CodeGen/Generic/APIntZextParam.ll +++ b/test/CodeGen/Generic/APIntZextParam.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: * +; RUN: llvm-as < %s | llc -enable-legalize-types @i1_s = external global i1 ; [#uses=1] @i2_s = external global i2 ; [#uses=1] @i3_s = external global i3 ; [#uses=1]