summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2005-01-17-CycleInDAG.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-02 18:56:03 +0000
committerChris Lattner <sabre@nondot.org>2010-03-02 18:56:03 +0000
commit5b5a1fe52e227c26503da2813e31e0b78b4f357c (patch)
tree6b07e1d7aa64da7ea3a3754ea8c8d788490a652f /test/CodeGen/X86/2005-01-17-CycleInDAG.ll
parentd272fee39888253591586c56a3e2728067475e3f (diff)
downloadllvm-5b5a1fe52e227c26503da2813e31e0b78b4f357c.tar.gz
llvm-5b5a1fe52e227c26503da2813e31e0b78b4f357c.tar.bz2
llvm-5b5a1fe52e227c26503da2813e31e0b78b4f357c.tar.xz
clean up some testcases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2005-01-17-CycleInDAG.ll')
-rw-r--r--test/CodeGen/X86/2005-01-17-CycleInDAG.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2005-01-17-CycleInDAG.ll b/test/CodeGen/X86/2005-01-17-CycleInDAG.ll
index 32fafc61e8..fe6674da04 100644
--- a/test/CodeGen/X86/2005-01-17-CycleInDAG.ll
+++ b/test/CodeGen/X86/2005-01-17-CycleInDAG.ll
@@ -7,7 +7,7 @@
@GLOBAL = external global i32 ; <i32*> [#uses=1]
-define i32 @test(i32* %P1, i32* %P2, i32* %P3) {
+define i32 @test(i32* %P1, i32* %P2, i32* %P3) nounwind {
%L = load i32* @GLOBAL ; <i32> [#uses=1]
store i32 12, i32* %P2
%Y = load i32* %P3 ; <i32> [#uses=1]