Skip to content

Commit 16bef36

Browse files
author
John Criswell
committed
Fix conflict that I missed in the list commit.
llvm-svn: 18716
1 parent aa9e112 commit 16bef36

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

llvm/docs/LangRef.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -895,24 +895,13 @@ <h5>Examples:</h5>
895895
<!-- ======================================================================= -->
896896
<div class="doc_subsection"><a name="undefvalues">Undefined Values</a></div>
897897
<div class="doc_text">
898-
<<<<<<< LangRef.html
899-
900-
<p>The string '<tt>undef</tt>' is recognized as a filler that has no specified
901-
value. Undefined values may be of any type, and be used anywhere a constant
902-
is.</p>
903-
904-
<p>Undefined values are used to indicate to the compiler that the program is
905-
well defined no matter what value is used, giving it more freedom.</p>
906-
907-
=======
908898
<p>The string '<tt>undef</tt>' is recognized as a type-less constant that has
909899
no specific value. Undefined values may be of any type, and be used anywhere
910900
a constant is permitted.</p>
911901

912902
<p>Undefined values indicate to the compiler that the program is well defined
913903
no matter what value is used, giving the compiler more freedom to optimize.
914904
</p>
915-
>>>>>>> 1.82
916905
</div>
917906

918907
<!-- ======================================================================= -->

0 commit comments

Comments
 (0)