commit | 012397489b564b9ac1e1b4eed31fd7e71f50db9e | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Wed Nov 11 07:11:02 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Wed Nov 11 07:11:02 2009 +0000 |
tree | 2a375d53dbd20d833b919d7439e98420ab8157b3 | |
parent | f8fb7c26ee251e71be8a5372dc4936f3042c7553 [diff] [blame] |
Add nounwind. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86814 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/loop-strength-reduce6.ll b/test/CodeGen/X86/loop-strength-reduce6.ll index 81da82e..bbafcf7 100644 --- a/test/CodeGen/X86/loop-strength-reduce6.ll +++ b/test/CodeGen/X86/loop-strength-reduce6.ll
@@ -1,6 +1,6 @@ ; RUN: llc < %s -march=x86-64 | not grep inc -define fastcc i32 @decodeMP3(i32 %isize, i32* %done) { +define fastcc i32 @decodeMP3(i32 %isize, i32* %done) nounwind { entry: br i1 false, label %cond_next191, label %cond_true189