summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2005-01-17-CycleInDAG.ll
diff options
context:
space:
mode:
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]