Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808
[oota-llvm.git] / test / CodeGen / ARM / tls3.ll
index df2913b61cda9b9def7f65aceee04f8ad9041a77..e0e944f70c5d689e61739ab7a29fe6ae364de450 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-linux-gnueabi | \
-; RUN:     grep {tbss}
+; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
+; RUN:     grep "tbss"
 
 %struct.anon = type { i32, i32 }
 @teste = internal thread_local global %struct.anon zeroinitializer             ; <%struct.anon*> [#uses=1]