diff options
Diffstat (limited to 'test/Transforms/ScalarRepl/basictest.ll')
-rw-r--r-- | test/Transforms/ScalarRepl/basictest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/basictest.ll b/test/Transforms/ScalarRepl/basictest.ll index df27b09a88..53d60c99ae 100644 --- a/test/Transforms/ScalarRepl/basictest.ll +++ b/test/Transforms/ScalarRepl/basictest.ll @@ -2,7 +2,7 @@ int %test() { %X = alloca { int, float } - %Y = getelementptr {int,float}* %X, long 0, ubyte 0 + %Y = getelementptr {int,float}* %X, long 0, uint 0 store int 0, int* %Y %Z = load int* %Y |