summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/loop-hoist.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/loop-hoist.ll')
-rw-r--r--test/CodeGen/X86/loop-hoist.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll
index 3ee0cbc469..ccbf53fe49 100644
--- a/test/CodeGen/X86/loop-hoist.ll
+++ b/test/CodeGen/X86/loop-hoist.ll
@@ -5,9 +5,9 @@
implementation ; Functions:
-void %foo(int %N) {
+void %foo(int %N.in) {
entry:
- %N = cast int %N to uint ; <uint> [#uses=1]
+ %N = cast int %N.in to uint ; <uint> [#uses=1]
br label %cond_true
cond_true: ; preds = %cond_true, %entry