[llvm-commits] [llvm] r76051 - /llvm/trunk/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll

Anton Korobeynikov asl at math.spbu.ru
Thu Jul 16 07:30:50 PDT 2009


Author: asl
Date: Thu Jul 16 09:30:49 2009
New Revision: 76051

URL: http://llvm.org/viewvc/llvm-project?rev=76051&view=rev
Log:
Unbreak the test

Modified:
    llvm/trunk/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll

Modified: llvm/trunk/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll?rev=76051&r1=76050&r2=76051&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll (original)
+++ llvm/trunk/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll Thu Jul 16 09:30:49 2009
@@ -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"
 





More information about the llvm-commits mailing list