delena added a subscriber: delena. ================ Comment at: test/CodeGen/X86/movss.ll:1 @@ +1,2 @@ +; RUN: llc < %s -march=x86 | grep ss + ---------------- Please use FileCheck instead of grep http://reviews.llvm.org/D17093