diff options
-rw-r--r-- | test/Feature/forwardreftest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/forwardreftest.ll b/test/Feature/forwardreftest.ll index 46f510c5a8..df6ca6325c 100644 --- a/test/Feature/forwardreftest.ll +++ b/test/Feature/forwardreftest.ll @@ -16,7 +16,7 @@ Startup: end int "test"(int) - %thisfuncty = type int (int) + %thisfuncty = type int (int) * begin add %thisfuncty %zarro, %test add %thisfuncty %test, %foozball |