summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/apint-basictest2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/apint-basictest2.ll')
-rw-r--r--test/Transforms/SCCP/apint-basictest2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/apint-basictest2.ll b/test/Transforms/SCCP/apint-basictest2.ll
index 173482786f2..ad8b4a460cc 100644
--- a/test/Transforms/SCCP/apint-basictest2.ll
+++ b/test/Transforms/SCCP/apint-basictest2.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
; and phi instruction should be eliminated.
; RUN: opt < %s -sccp -S | not grep phi