diff options
Diffstat (limited to 'llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll')
-rw-r--r-- | llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll b/llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll index 1a64a839380..23bb18e92b4 100644 --- a/llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll +++ b/llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll @@ -4,7 +4,9 @@ @g = constant i32 1 define void @foo() { -; CHECK: void @foo() { +; CHECK: void @foo() #0 { %tmp = load volatile i32, i32* @g ret void } + +; CHECK: attributes #0 = { norecurse } |