summaryrefslogtreecommitdiff
path: root/compiler/aoptobj.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-05-15 18:08:52 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-05-15 18:08:52 +0000
commit26613c7c69e05cb3a559d80ee019e21df9e5352a (patch)
treecd1fe9f92a102f7c28d0784fb4fcb5463647c16d /compiler/aoptobj.pas
parent0e808237620fc0f1704c82ad5a68011883ab05dc (diff)
downloadfpc-26613c7c69e05cb3a559d80ee019e21df9e5352a.tar.gz
* white space
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@21308 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/aoptobj.pas')
-rw-r--r--compiler/aoptobj.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/aoptobj.pas b/compiler/aoptobj.pas
index 41fa127044..862b520a6b 100644
--- a/compiler/aoptobj.pas
+++ b/compiler/aoptobj.pas
@@ -1096,7 +1096,7 @@ Unit AoptObj;
is the opposite of hp (so this one is never taken), but after
that one there is a branch that will be taken, so perform a
little hack: set p1 equal to this instruction (that's what the
- last SkipLabels is for, only works with short bool evaluation) }
+ last SkipLabels is for, only works with short bool evaluation)}
(conditions_equal(taicpu(p1).condition,inverse_cond(hp.condition)) and
SkipLabels(p1,p2) and
(p2.typ = ait_instruction) and