diff options
Diffstat (limited to 'llvm/test/Transforms/ConstProp/phi.ll')
-rw-r--r-- | llvm/test/Transforms/ConstProp/phi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ConstProp/phi.ll b/llvm/test/Transforms/ConstProp/phi.ll index 3d9e284457c..c65d34cc933 100644 --- a/llvm/test/Transforms/ConstProp/phi.ll +++ b/llvm/test/Transforms/ConstProp/phi.ll @@ -1,4 +1,4 @@ -; This is a basic sanity check for constant propogation. The add instruction +; This is a basic sanity check for constant propagation. The add instruction ; should be eliminated. ; RUN: opt < %s -constprop -die -S | not grep phi |