From 4a26cc4de63dc5eb02549a281a1c86347e59fb0b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 9 Feb 2010 06:36:30 +0000 Subject: [PATCH] make target independent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95655 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Generic/fpowi-promote.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/Generic/fpowi-promote.ll b/test/CodeGen/Generic/fpowi-promote.ll index 82628ef6093..8dacebed737 100644 --- a/test/CodeGen/Generic/fpowi-promote.ll +++ b/test/CodeGen/Generic/fpowi-promote.ll @@ -1,5 +1,4 @@ ; RUN: llc < %s -; RUN: llc < %s -march=x86 -mcpu=i386 ; PR1239