summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atomic-load-store.ll
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-09-07 18:48:32 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-09-07 18:48:32 +0000
commitd5ccb0558fe986585fc56d208b35d0deec1912ff (patch)
tree9d78772483a0877ccfb3064ad6c7707403194389 /test/CodeGen/X86/atomic-load-store.ll
parent90502888f222c10f351def6dafb8560411b680d3 (diff)
downloadllvm-d5ccb0558fe986585fc56d208b35d0deec1912ff.tar.gz
llvm-d5ccb0558fe986585fc56d208b35d0deec1912ff.tar.bz2
llvm-d5ccb0558fe986585fc56d208b35d0deec1912ff.tar.xz
Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly fix some subtle bugs involving passes which check mayStore()).
This isn't exactly ideal, but it is good enough for the moment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/atomic-load-store.ll')
-rw-r--r--test/CodeGen/X86/atomic-load-store.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/atomic-load-store.ll b/test/CodeGen/X86/atomic-load-store.ll
index 5430a509a8..fee45859c1 100644
--- a/test/CodeGen/X86/atomic-load-store.ll
+++ b/test/CodeGen/X86/atomic-load-store.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-apple-macosx10.7.0 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-macosx10.7.0 -verify-machineinstrs | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-apple-macosx10.7.0 -O0 | FileCheck %s
define void @test1(i32* %ptr, i32 %val1) {