summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUISelLowering.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-01-23 02:09:03 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-01-23 02:09:03 +0000
commitc7e1888d93f4cb2982266986f3af7e99df631fa1 (patch)
tree69dc90c1508471b5fb5b50d4124fcd65b83813b7 /lib/Target/R600/AMDGPUISelLowering.h
parent80537b995d661cbbf478b34a228921b101a14b42 (diff)
downloadllvm-c7e1888d93f4cb2982266986f3af7e99df631fa1.tar.gz
llvm-c7e1888d93f4cb2982266986f3af7e99df631fa1.tar.bz2
llvm-c7e1888d93f4cb2982266986f3af7e99df631fa1.tar.xz
R600: Add a CONST_ADDRESS node to model constant buf read
Patch by: Vincent Lejeune Reviewed-by: Tom Stellard <thomas.stellard@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/AMDGPUISelLowering.h')
-rw-r--r--lib/Target/R600/AMDGPUISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/R600/AMDGPUISelLowering.h b/lib/Target/R600/AMDGPUISelLowering.h
index c7abaf69b4..9938c65de8 100644
--- a/lib/Target/R600/AMDGPUISelLowering.h
+++ b/lib/Target/R600/AMDGPUISelLowering.h
@@ -123,6 +123,7 @@ enum {
INTERP,
INTERP_P0,
EXPORT,
+ CONST_ADDRESS,
LAST_AMDGPU_ISD_NUMBER
};