[llvm-commits] [hlvm] r38319 - /hlvm/trunk/test/invalid/argtype.hlx

Reid Spencer reid at x10sys.com
Sat Jul 7 17:02:19 PDT 2007


Author: reid
Date: Sat Jul  7 19:02:19 2007
New Revision: 38319

URL: http://llvm.org/viewvc/llvm-project?rev=38319&view=rev
Log:
How about we actually declare the function we're supposed to be calling.

Modified:
    hlvm/trunk/test/invalid/argtype.hlx

Modified: hlvm/trunk/test/invalid/argtype.hlx
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/test/invalid/argtype.hlx?rev=38319&r1=38318&r2=38319&view=diff

==============================================================================
--- hlvm/trunk/test/invalid/argtype.hlx (original)
+++ hlvm/trunk/test/invalid/argtype.hlx Sat Jul  7 19:02:19 2007
@@ -8,6 +8,7 @@
     <constant id="answer" type="u32">
       <dec>42</dec>
     </constant>
+    <function id="two" type="two_arg" linkage="external"/>
     <program id="argscall">
       <block>
         <call>





More information about the llvm-commits mailing list