[llvm-commits] CVS: llvm/test/Feature/constexpr.ll
Reid Spencer
reid at x10sys.com
Thu Nov 23 08:46:07 PST 2006
Changes in directory llvm/test/Feature:
constexpr.ll updated: 1.9 -> 1.10
---
Log message:
Fix some typos.
---
Diffs of the changes: (+2 -3)
constexpr.ll | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/test/Feature/constexpr.ll
diff -u llvm/test/Feature/constexpr.ll:1.9 llvm/test/Feature/constexpr.ll:1.10
--- llvm/test/Feature/constexpr.ll:1.9 Thu Nov 23 09:14:52 2006
+++ llvm/test/Feature/constexpr.ll Thu Nov 23 10:45:52 2006
@@ -68,11 +68,10 @@
%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
More information about the llvm-commits
mailing list