diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-23 16:45:52 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-23 16:45:52 +0000 |
commit | 3c3324c7fa43cd29dc0a17294e09da6fe90f9b25 (patch) | |
tree | 4dd27304c67ac2d2673ab9ed91908fd2314ebce2 /llvm/test/Feature/constexpr.ll | |
parent | 0e43e15fc99897fe844cc22c4cf88cb2021b251a (diff) | |
download | bcm5719-llvm-3c3324c7fa43cd29dc0a17294e09da6fe90f9b25.tar.gz bcm5719-llvm-3c3324c7fa43cd29dc0a17294e09da6fe90f9b25.zip |
Fix some typos.
llvm-svn: 31897
Diffstat (limited to 'llvm/test/Feature/constexpr.ll')
-rw-r--r-- | llvm/test/Feature/constexpr.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/Feature/constexpr.ll b/llvm/test/Feature/constexpr.ll index 5300da73b98..fe20b9c11b1 100644 --- a/llvm/test/Feature/constexpr.ll +++ b/llvm/test/Feature/constexpr.ll @@ -68,11 +68,10 @@ global float 0.0 %S1fld1bptr = global float** %S1fld1b ;; Ref. to previous pointer ;; Pointer to ubyte (**%S2).1.1.0 -%S2fld3 = global ubyte* getelementptr (%SType* %S2c, long 0, uint 1, uint 1, %uint 0) +%S2fld3 = global ubyte* getelementptr (%SType* %S2c, long 0, uint 1, uint 1, uint 0) ;; Pointer to float (**%S2).1.0[0] -;%S3fld3 = global float* getelementptr (%SAType** %S3, long 0, long 0, uint 1, -uint 0, long 0) +;%S3fld3 = global float* getelementptr (%SAType** %S3, long 0, long 0, uint 1, uint 0, long 0) ;;--------------------------------------------------------- ;; TODO: Test constant expressions for unary and binary operators |