diff test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 95c75e76d11b
children 1172e4bd9c6f
line wrap: on
line diff
--- a/test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll	Wed Feb 18 14:56:07 2015 +0900
+++ b/test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll	Tue Oct 13 17:48:58 2015 +0900
@@ -12,7 +12,7 @@
   br i1 %cmp, label %if.then, label %if.end
 
 if.then:                                          ; preds = %entry
-  tail call void (...)* @g(i32 %a, i32 %b) nounwind
+  tail call void (...) @g(i32 %a, i32 %b) nounwind
   br label %if.end
 
 if.end:                                           ; preds = %if.then, %entry