diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2011-08-12 22:50:01 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2011-08-12 22:50:01 +0000 |
| commit | 02e737b08ed90daf9dd46e6c3d7deb9eaceeef01 (patch) | |
| tree | 89a5d030144f020aa8be75815f20d65883dc56d6 /llvm/test/Transforms/GlobalOpt | |
| parent | 59d741fec6436268fe5c476f168ab6a7d00fa9d9 (diff) | |
| download | bcm5719-llvm-02e737b08ed90daf9dd46e6c3d7deb9eaceeef01.tar.gz bcm5719-llvm-02e737b08ed90daf9dd46e6c3d7deb9eaceeef01.zip | |
Move "atomic" and "volatile" designations on instructions after the opcode
of the instruction.
Note that this change affects the existing non-atomic load and store
instructions; the parser now accepts both forms, and the change is noted
in the release notes.
llvm-svn: 137527
Diffstat (limited to 'llvm/test/Transforms/GlobalOpt')
| -rw-r--r-- | llvm/test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll b/llvm/test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll index 0c817005c27..a6803abc5d3 100644 --- a/llvm/test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll +++ b/llvm/test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -globalopt -S | grep {volatile load} +; RUN: opt < %s -globalopt -S | grep {load volatile} @t0.1441 = internal global double 0x3FD5555555555555, align 8 ; <double*> [#uses=1] define double @foo() nounwind { |

