summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/phi.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/phi.ll')
-rw-r--r--test/Transforms/ConstProp/phi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/phi.ll b/test/Transforms/ConstProp/phi.ll
index 3d9e284457..c65d34cc93 100644
--- a/test/Transforms/ConstProp/phi.ll
+++ b/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