summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/optimization-remarks-invalidation.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Other/optimization-remarks-invalidation.ll')
-rw-r--r--llvm/test/Other/optimization-remarks-invalidation.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Other/optimization-remarks-invalidation.ll b/llvm/test/Other/optimization-remarks-invalidation.ll
index 83a9ee042cf..4a9fbac15c8 100644
--- a/llvm/test/Other/optimization-remarks-invalidation.ll
+++ b/llvm/test/Other/optimization-remarks-invalidation.ll
@@ -53,7 +53,7 @@ Loop:
%j = phi i32 [ 0, %Entry ], [ %Next, %Loop ]
%addr = getelementptr i32, i32* %array, i32 %j
%a = load i32, i32* %addr
-; CHECK: remark: /tmp/kk.c:2:20: hosting load
+; CHECK: remark: /tmp/kk.c:2:20: hoisting load
%b = load i32, i32* %p, !dbg !8
%a2 = add i32 %a, %b
store i32 %a2, i32* %addr
OpenPOWER on IntegriCloud