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