From 04594aeffa3360882eb09a888a0970321b987b16 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 27 Jan 2012 23:33:07 +0000 Subject: Add r149110 back with a fix for when the vector and the int have the same width. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149151 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/constant-pool-sharing.ll | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/CodeGen/X86/constant-pool-sharing.ll') diff --git a/test/CodeGen/X86/constant-pool-sharing.ll b/test/CodeGen/X86/constant-pool-sharing.ll index a672cc254f..f979945835 100644 --- a/test/CodeGen/X86/constant-pool-sharing.ll +++ b/test/CodeGen/X86/constant-pool-sharing.ll @@ -1,6 +1,5 @@ -; RUN-disable: llc < %s -mtriple=x86_64-linux | FileCheck %s -; RUN-disable: llc < %s -mtriple=x86_64-win32 | FileCheck %s -; RUN: true +; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s ; llc should share constant pool entries between this integer vector ; and this floating-point vector since they have the same encoding. -- cgit v1.2.3