================ Comment at: test/CodeGen/SystemZ/or-01.ll:6-8 @@ +5,5 @@ +; Check OR. +define i32 @f1(i32 %a, i32 %b) { +; CHECK: or %r2, %r3 +; CHECK: br %r14 + %or = or i32 %a, %b ---------------- Please robustify these tests (and others) by checking for the name of the function. http://llvm-reviews.chandlerc.com/D669