Use the libanalysis 'ConstantFoldLoadFromConstPtr' function
[oota-llvm.git] / test / Transforms / SCCP / 2004-12-10-UndefBranchBug.ll
index 5699ee9b5b650dc3d93db5dccf47d11a18376502..4adfde3bfe9c1c1f58afea561899915e207c5d97 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -sccp -S | grep {ret i32 1}
+; RUN: opt %s -sccp -S | grep {ret i32 1}
 
 ; This function definitely returns 1, even if we don't know the direction
 ; of the branch.