OSDN Git Service

PR400 work phase 1. Add attributed load/store instructions for volatile/align to...
authorChristopher Lamb <christopher.lamb@gmail.com>
Sun, 22 Apr 2007 19:24:39 +0000 (19:24 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Sun, 22 Apr 2007 19:24:39 +0000 (19:24 +0000)
commit43c7f37942a35398fd1e14b22f435f483a0ee863
tree7b5086671d5743f3187e8f8f3bc6d7fe1e507b39
parentcb403d69fb620d4df66233d27a6f8c545ce0d0e4
PR400 work phase 1. Add attributed load/store instructions for volatile/align to LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36349 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Writer/Writer.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Instructions.cpp