[llvm] bac1a08 - Fix typo in test. Thanks to Andrew Ng for spotting this!
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 22:56:25 PDT 2020
Author: Douglas Yung
Date: 2020-08-05T22:56:15-07:00
New Revision: bac1a0839f34dc3c1c43ca7efc58a5f1bc2f9978
URL: https://github.com/llvm/llvm-project/commit/bac1a0839f34dc3c1c43ca7efc58a5f1bc2f9978
DIFF: https://github.com/llvm/llvm-project/commit/bac1a0839f34dc3c1c43ca7efc58a5f1bc2f9978.diff
LOG: Fix typo in test. Thanks to Andrew Ng for spotting this!
Added:
Modified:
llvm/test/Transforms/NewGVN/todo-pr42422-phi-of-ops.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/NewGVN/todo-pr42422-phi-of-ops.ll b/llvm/test/Transforms/NewGVN/todo-pr42422-phi-of-ops.ll
index ffe5d8eedf4d..ed3e2e6b4818 100644
--- a/llvm/test/Transforms/NewGVN/todo-pr42422-phi-of-ops.ll
+++ b/llvm/test/Transforms/NewGVN/todo-pr42422-phi-of-ops.ll
@@ -1,6 +1,6 @@
; REQUIRES: asserts
-; RUN: opt -newgvn -S %s | FileChecks %s
+; RUN: opt -newgvn -S %s | FileCheck %s
; XFAIL: *
More information about the llvm-commits
mailing list