summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUInstructions.td
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-10-28 04:07:23 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-10-28 04:07:23 +0000
commit661bd3df7518a3d984dada66473602a0401618ba (patch)
tree6eb19632912e626eb940491213320d426eeaf7d2 /lib/Target/R600/AMDGPUInstructions.td
parentcb2280e4c7c5a07104306cc73265ff64fa8dd973 (diff)
downloadllvm-661bd3df7518a3d984dada66473602a0401618ba.tar.gz
llvm-661bd3df7518a3d984dada66473602a0401618ba.tar.bz2
llvm-661bd3df7518a3d984dada66473602a0401618ba.tar.xz
Target/R600: Un-tab-ify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/AMDGPUInstructions.td')
-rw-r--r--lib/Target/R600/AMDGPUInstructions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/AMDGPUInstructions.td b/lib/Target/R600/AMDGPUInstructions.td
index 5778a8c2b2..0c81a6b0a6 100644
--- a/lib/Target/R600/AMDGPUInstructions.td
+++ b/lib/Target/R600/AMDGPUInstructions.td
@@ -231,7 +231,7 @@ class Constants {
int TWO_PI = 0x40c90fdb;
int PI = 0x40490fdb;
int TWO_PI_INV = 0x3e22f983;
-int FP_UINT_MAX_PLUS_1 = 0x4f800000; // 1 << 32 in floating point encoding
+int FP_UINT_MAX_PLUS_1 = 0x4f800000; // 1 << 32 in floating point encoding
}
def CONST : Constants;