summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:30:49 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:30:49 +0000
commit9419a0d13df0923fb5009bd4158e4d2347ed27ea (patch)
treed6bdc6e07f09bdda742fc6f48c93b849fd61601f /test/CodeGen/SystemZ
parentbb8a04806d6409fdeae04d1f662e0f0682596d41 (diff)
downloadllvm-9419a0d13df0923fb5009bd4158e4d2347ed27ea.tar.gz
llvm-9419a0d13df0923fb5009bd4158e4d2347ed27ea.tar.bz2
llvm-9419a0d13df0923fb5009bd4158e4d2347ed27ea.tar.xz
Unbreak the test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76051 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ')
-rw-r--r--test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll b/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll
index e1edfe2d8a..e39780141b 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"