Enable convertToThreeAddress for X86 by default.
[oota-llvm.git] / test / CodeGen / X86 / loop-strength-reduce2.ll
index 7ed394427eae9a9b7a637a648c860deb58e17a6d..8706b7a074620a2aa59f2292ab532c95fc79dc80 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=i686-apple-darwin -relocation-model=pic | not grep lea
+; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=i686-apple-darwin -relocation-model=pic | grep '\$pb' | grep mov
 ;
 ; Make sure the PIC label flags2-"L1$pb" is not moved up to the preheader.