commit | 6a144a2227f8aaf6d4c49bc22f5424a34b778166 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Nov 27 06:54:59 2011 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Nov 27 06:54:59 2011 +0000 |
tree | 3a12469469c418eae050475d7c2cce599c3c5a67 | |
parent | ebed15e973d903cfe012bd0875840499602e2f44 [diff] [blame] |
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic. llvm-svn: 145171
diff --git a/llvm/test/Transforms/Sink/basic.ll b/llvm/test/Transforms/Sink/basic.ll index 2343372..4c531d8 100644 --- a/llvm/test/Transforms/Sink/basic.ll +++ b/llvm/test/Transforms/Sink/basic.ll
@@ -21,7 +21,7 @@ ret i32 0 } -; But don't sink volatile loads... +; But don't sink load volatiles... ; CHECK: @foo2 ; CHECK: load volatile