summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2015-11-22 16:04:32 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2015-11-22 16:04:32 +0000
commit76cbfd48de23aca73312374f8a3be7e3b8981837 (patch)
treeae0594ca196e54107b73f223cd572957f9446ffd /llvm/utils
parent6753f33388769decd8e463a215532eb7e221696e (diff)
downloadbcm5719-llvm-76cbfd48de23aca73312374f8a3be7e3b8981837.tar.gz
bcm5719-llvm-76cbfd48de23aca73312374f8a3be7e3b8981837.zip
[Utils] Updated shuffle fuzz script to generate more modern (valid) IR.
llvm-svn: 253821
Diffstat (limited to 'llvm/utils')
-rwxr-xr-xllvm/utils/shuffle_fuzz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/shuffle_fuzz.py b/llvm/utils/shuffle_fuzz.py
index 985d1dab9e2..eac34422b3f 100755
--- a/llvm/utils/shuffle_fuzz.py
+++ b/llvm/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()
OpenPOWER on IntegriCloud