diff options
Diffstat (limited to 'llvm/test/Transforms/GVN/PRE/load-pre-licm.ll')
| -rw-r--r-- | llvm/test/Transforms/GVN/PRE/load-pre-licm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GVN/PRE/load-pre-licm.ll b/llvm/test/Transforms/GVN/PRE/load-pre-licm.ll index 34edc84a96f..6c54453fad8 100644 --- a/llvm/test/Transforms/GVN/PRE/load-pre-licm.ll +++ b/llvm/test/Transforms/GVN/PRE/load-pre-licm.ll @@ -88,7 +88,7 @@ merge: ; TODO: at the moment, our anticipation check does not handle anything ; other than straight-line unconditional fallthrough. This particular ; case could be solved through either a backwards anticipation walk or -; use of the the "safe to speculate" status (if we annotate the param) +; use of the "safe to speculate" status (if we annotate the param) define i32 @test3(i1 %cnd, i32* %p) { entry: ; CHECK-LABEL: @test3 |

