From: Anton Korobeynikov Date: Thu, 16 Jul 2009 14:30:49 +0000 (+0000) Subject: Unbreak the test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9419a0d13df0923fb5009bd4158e4d2347ed27ea;p=oota-llvm.git Unbreak the test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76051 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll b/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll index e1edfe2d8a5..e39780141ba 100644 --- a/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll +++ b/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll @@ -1,4 +1,5 @@ -; ModuleID = 'bugpoint.test.bc' +; RUN: llvm-as < %s | llc + target datalayout = "E-p:64:64:64-i8:8:16-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-a0:16:16" target triple = "s390x-linux"