diff options
Diffstat (limited to 'llvm/test/Transforms/Reassociate')
| -rw-r--r-- | llvm/test/Transforms/Reassociate/vaarg_movable.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Reassociate/vaarg_movable.ll b/llvm/test/Transforms/Reassociate/vaarg_movable.ll index 4581bc15c67..be4fe121fae 100644 --- a/llvm/test/Transforms/Reassociate/vaarg_movable.ll +++ b/llvm/test/Transforms/Reassociate/vaarg_movable.ll @@ -3,7 +3,7 @@ ; The two va_arg instructions depend on the memory/context, are therfore not ; identical and the sub should not be optimized to 0 by reassociate. ; -; CHECK-LABEL @func( +; CHECK-LABEL: @func( ; ... ; CHECK: %v0 = va_arg i8** %varargs, i32 ; CHECK: %v1 = va_arg i8** %varargs, i32 |

