From 7b8da89b1c3a79fdf55f1510cce2b9169b1947cd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 29 Oct 2009 05:25:27 +0000 Subject: [PATCH] make this interpretable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85487 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/indirect-goto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/indirect-goto.c b/test/CodeGen/indirect-goto.c index 4d5923d567..6804f5739b 100644 --- a/test/CodeGen/indirect-goto.c +++ b/test/CodeGen/indirect-goto.c @@ -26,6 +26,6 @@ L1: res *= 2; return res; } -int bar() { +int main() { return foo(3)+foo2(4); } -- 2.40.0