diff options
Diffstat (limited to 'test/CodeGen/X86/loop-hoist.ll')
-rw-r--r-- | test/CodeGen/X86/loop-hoist.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll index 3ee0cbc46956..ccbf53fe49d5 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 |