Covert this test to .s form.
[oota-llvm.git] / test / CodeGen / SystemZ / 11-BSwap.ll
index 8480311de0b8d0ca6352fa6ab009713a7b385ecc..b170a8044a9d3e5b17ee1755477f29bcba67bb53 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llvm-as < %s | llc | FileCheck %s
+; RUN: llc < %s | FileCheck %s
 
 
 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"
+target triple = "s390x-ibm-linux"
 
 
 define i16 @foo(i16 zeroext %a) zeroext {