do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cross...
[oota-llvm.git] / test / CodeGen / ARM / tail-opts.ll
index 1a867a9d8f8e78fda77e9b95aa2eaed86863c17c..17c8baedbfa89b48565b45e46fd2122d5777acfc 100644 (file)
@@ -9,7 +9,7 @@ declare i1 @qux()
 
 @GHJK = global i32 0
 
-declare i8* @choose(i8*, i8*);
+declare i8* @choose(i8*, i8*)
 
 ; BranchFolding should tail-duplicate the indirect jump to avoid
 ; redundant branching.