Test case hygiene.
[oota-llvm.git] / test / CodeGen / ARM / call-tc.ll
index 94edff5c0be5b64a07b9d96394147f46faa72051..58fbbda0f6bdd8e667a1050129eb948b61a765fa 100644 (file)
@@ -103,7 +103,6 @@ define i32 @t8(i32 %x) nounwind ssp {
 entry:
 ; CHECKT2D: t8:
 ; CHECKT2D-NOT: push
-; CHECKT2D-NOT
   %and = and i32 %x, 1
   %tobool = icmp eq i32 %and, 0
   br i1 %tobool, label %if.end, label %if.then