From eb5c7f65dca5a05dfcf0d070d034d86730143e8e Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 25 Mar 2010 20:01:07 +0000 Subject: [PATCH] Add nounwind. llvm-svn: 99546 --- test/CodeGen/X86/postalloc-coalescing.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/postalloc-coalescing.ll b/test/CodeGen/X86/postalloc-coalescing.ll index a171436543c..fe6f521f4d3 100644 --- a/test/CodeGen/X86/postalloc-coalescing.ll +++ b/test/CodeGen/X86/postalloc-coalescing.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=x86 | grep mov | count 3 -define fastcc i32 @_Z18yy_get_next_bufferv() { +define fastcc i32 @_Z18yy_get_next_bufferv() nounwind { entry: br label %bb131