Fix typo.
[oota-llvm.git] / test / CodeGen / PowerPC / rotl-64.ll
index 674c9e4cc951bc7f6bc19f69a6136776040f0601..2ccdc29f2cd2bed9fe09814a1c3faaaa21c59c63 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=ppc64 | grep rldicl
-; RUN: llc < %s -march=ppc64 | grep rldcl
+; RUN: llc < %s -march=ppc64 | grep rotld
+; RUN: llc < %s -march=ppc64 | grep rotldi
 ; PR1613
 
 define i64 @t1(i64 %A) {