[llvm-commits] [llvm] r75407 - /llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll
Chris Lattner
sabre at nondot.org
Sat Jul 11 17:46:17 PDT 2009
Author: lattner
Date: Sat Jul 11 19:46:16 2009
New Revision: 75407
URL: http://llvm.org/viewvc/llvm-project?rev=75407&view=rev
Log:
add nounwind
Modified:
llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll
Modified: llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll?rev=75407&r1=75406&r2=75407&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2006-11-17-IllegalMove.ll Sat Jul 11 19:46:16 2009
@@ -3,7 +3,7 @@
; RUN: grep {movzb\[wl\]} %t
-define void @handle_vector_size_attribute() {
+define void @handle_vector_size_attribute() nounwind {
entry:
%tmp69 = load i32* null ; <i32> [#uses=1]
switch i32 %tmp69, label %bb84 [
More information about the llvm-commits
mailing list