summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-11-18 02:51:33 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-11-18 02:51:33 +0000
commit3aa9b03962cd4c42e8711fd88d396935e12de7e1 (patch)
tree9a3cb00fe81e19f46d2a094daf07f9780f8e52a9 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent8f41aee760eda4cac22e75d876944fa872288a07 (diff)
downloadbcm5719-llvm-3aa9b03962cd4c42e8711fd88d396935e12de7e1.tar.gz
bcm5719-llvm-3aa9b03962cd4c42e8711fd88d396935e12de7e1.zip
Fix spacing, forward declare order.
llvm-svn: 194985
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
-rw-r--r--llvm/lib/Bitcode/Reader/BitcodeReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
index e052e6e5bae..2c95c920f84 100644
--- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
@@ -128,7 +128,7 @@ static int GetDecodedCastOpcode(unsigned Val) {
case bitc::CAST_PTRTOINT: return Instruction::PtrToInt;
case bitc::CAST_INTTOPTR: return Instruction::IntToPtr;
case bitc::CAST_BITCAST : return Instruction::BitCast;
- case bitc::CAST_ADDRSPACECAST : return Instruction::AddrSpaceCast;
+ case bitc::CAST_ADDRSPACECAST: return Instruction::AddrSpaceCast;
}
}
static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) {
OpenPOWER on IntegriCloud