diff options
Diffstat (limited to 'llvm/test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll')
| -rw-r--r-- | llvm/test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll b/llvm/test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll index 0cf91b09e65..21312b48afe 100644 --- a/llvm/test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll +++ b/llvm/test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll @@ -93,7 +93,7 @@ for.end17: ; CHECK: ret void -declare void @foo(...) +declare void @foo(...) readnone ;; Loops not tightly nested are not interchanged ;; for(int j=0;j<N;j++) { |

