Debug Info Testing: use null instead of an empty string in context field.
[oota-llvm.git] / test / CodeGen / PowerPC / compare-simm.ll
index 7a73cd1350feac6b27a54a97047de574ebe192db..94c5c0290f580c5a39565d998b4807969f63c425 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | grep 'cmpwi cr0, r3, -1'
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
+; RUN:   grep "cmpwi cr0, r3, -1"
 
-define i32 @test(i32 %x) {
+define i32 @test(i32 %x) nounwind {
         %c = icmp eq i32 %x, -1
        br i1 %c, label %T, label %F
 T: