Modify testcases for new LLVM const syntax
[oota-llvm.git] / test / Feature / forwardreftest.ll
index 1465670913beb5ef7e1a3836259ee952cca7bb49..46f510c5a8bc333a9fb04781fa212c0e475d691b 100644 (file)
@@ -7,8 +7,8 @@ implementation
 
 ; This function always returns zero
 int "zarro"(int %Func)
-       %q = uint 4000000000
-       %p = int 0
+       %q = const uint 4000000000
+       %p = const int 0
 begin
 Startup:
     add int %p, 10