R600/SI: Add a note about the order of the operands to div_scale
[oota-llvm.git] / test / Transforms / InstCombine / stacksaverestore.ll
index 0fcaefac6224857e8d1122d97615d9bb1ba09e0e..f5c7a6f9f3f95366c81c177f5e3ad6d45fef975f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {call.*stackrestore} | count 1
+; RUN: opt < %s -instcombine -S | grep "call.*stackrestore" | count 1
 
 declare i8* @llvm.stacksave()
 declare void @llvm.stackrestore(i8*)