[cfe-commits] r85487 - /cfe/trunk/test/CodeGen/indirect-goto.c
Chris Lattner
sabre at nondot.org
Wed Oct 28 22:25:28 PDT 2009
Author: lattner
Date: Thu Oct 29 00:25:27 2009
New Revision: 85487
URL: http://llvm.org/viewvc/llvm-project?rev=85487&view=rev
Log:
make this interpretable.
Modified:
cfe/trunk/test/CodeGen/indirect-goto.c
Modified: cfe/trunk/test/CodeGen/indirect-goto.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/indirect-goto.c?rev=85487&r1=85486&r2=85487&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/indirect-goto.c (original)
+++ cfe/trunk/test/CodeGen/indirect-goto.c Thu Oct 29 00:25:27 2009
@@ -26,6 +26,6 @@
return res;
}
-int bar() {
+int main() {
return foo(3)+foo2(4);
}
More information about the cfe-commits
mailing list