diff options
Diffstat (limited to 'test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll')
-rw-r--r-- | test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll b/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll index 0cf1cb7..ec1db09 100644 --- a/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll +++ b/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll @@ -2,7 +2,7 @@ ; CHECK: define i32* @a(i32** nocapture readonly %p) define i32* @a(i32** %p) { - %tmp = load i32** %p + %tmp = load i32*, i32** %p ret i32* %tmp } |