Revert "Divide the primitive size in bits by eight so the initial load's alignment...
[oota-llvm.git] / test / Transforms / AtomicExpand / expand-atomic-rmw-initial-load.ll
diff --git a/test/Transforms/AtomicExpand/expand-atomic-rmw-initial-load.ll b/test/Transforms/AtomicExpand/expand-atomic-rmw-initial-load.ll
deleted file mode 100644 (file)
index 197250e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: opt -S %s -atomic-expand -mtriple=i686-linux-gnu | FileCheck %s
-
-define i8 @test_initial_load(i8* %ptr, i8 %value) {
-  %res = atomicrmw nand i8* %ptr, i8 %value seq_cst
-  ret i8 %res
-}
-; CHECK-LABEL: @test_initial_load
-; CHECK-NEXT:    %1 = load i8, i8* %ptr, align 1