X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fshuffle_fuzz.py;h=eac34422b3fb5f67609db02ebf9cf3326c16f7d9;hb=cd0aefe26fed244e0e7057e82cd7cac636894519;hp=985d1dab9e23e8ffdf5788bdcb0482d70668ef84;hpb=4f1b92cecef1d599a131081af2b343e89efdc426;p=oota-llvm.git diff --git a/utils/shuffle_fuzz.py b/utils/shuffle_fuzz.py index 985d1dab9e2..eac34422b3f 100755 --- a/utils/shuffle_fuzz.py +++ b/utils/shuffle_fuzz.py @@ -198,7 +198,7 @@ define i32 @main() { entry: ; Create a scratch space to print error messages. %%str = alloca [128 x i8] - %%str.ptr = getelementptr inbounds [128 x i8]* %%str, i32 0, i32 0 + %%str.ptr = getelementptr inbounds [128 x i8], [128 x i8]* %%str, i32 0, i32 0 ; Build the input vector and call the test function. %%v = call fastcc <%(N)d x %(T)s> @test_wrapper(%(inputs)s) @@ -233,7 +233,7 @@ die.%(i)d: ; Capture the actual value and print an error message. %%tmp.%(i)d = zext %(IT)s %%v.%(i)d to i2048 %%bad.%(i)d = trunc i2048 %%tmp.%(i)d to i32 - call i32 (i8*, i8*, ...)* @sprintf(i8* %%str.ptr, i8* getelementptr inbounds ([128 x i8]* @error.%(i)d, i32 0, i32 0), i32 %%bad.%(i)d) + call i32 (i8*, i8*, ...) @sprintf(i8* %%str.ptr, i8* getelementptr inbounds ([128 x i8], [128 x i8]* @error.%(i)d, i32 0, i32 0), i32 %%bad.%(i)d) %%length.%(i)d = call i32 @strlen(i8* %%str.ptr) call i32 @write(i32 2, i8* %%str.ptr, i32 %%length.%(i)d) call void @llvm.trap()