[llvm-commits] [llvm] r82708 - /llvm/trunk/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
Dan Gohman
gohman at apple.com
Thu Sep 24 13:20:08 PDT 2009
Author: djg
Date: Thu Sep 24 15:20:08 2009
New Revision: 82708
URL: http://llvm.org/viewvc/llvm-project?rev=82708&view=rev
Log:
Add nounwind to this test.
Modified:
llvm/trunk/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll?rev=82708&r1=82707&r2=82708&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll Thu Sep 24 15:20:08 2009
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=ppc32
-define void @img2buf(i32 %symbol_size_in_bytes, i16* %ui16) {
+define void @img2buf(i32 %symbol_size_in_bytes, i16* %ui16) nounwind {
%tmp93 = load i16* null ; <i16> [#uses=1]
%tmp99 = call i16 @llvm.bswap.i16( i16 %tmp93 ) ; <i16> [#uses=1]
store i16 %tmp99, i16* %ui16
More information about the llvm-commits
mailing list