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, 1 insertions, 3 deletions
diff --git a/llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll b/llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll index 23bb18e92b4..1a64a839380 100644 --- a/llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll +++ b/llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll @@ -4,9 +4,7 @@ @g = constant i32 1 define void @foo() { -; CHECK: void @foo() #0 { +; CHECK: void @foo() { %tmp = load volatile i32, i32* @g ret void } - -; CHECK: attributes #0 = { norecurse } |